コード例 #1
0
ファイル: TestMathUtils.cs プロジェクト: sw0817/open-brush
 public void TestEllipsoidInOctant_Eberly()
 {
     TestEllipsoidInOctant((a, b) => MathEllipsoidEberly.ClosestPointEllipsoid(a, b));
 }
コード例 #2
0
ファイル: TestMathUtils.cs プロジェクト: sw0817/open-brush
 public void TestEllipsoidTangent_Eberly()
 {
     TestEllipsoidRandomPoints((a, b) => MathEllipsoidEberly.ClosestPointEllipsoid(a, b));
 }