コード例 #1
0
 public static bool Intersects(this Sphere sphere, Line3D line)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public static bool Contains(this Sphere sphere, Line3D line)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public static bool Intersects(this Rect3D rect, Line3D line)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public static bool Intersects(this Tri3D tri, Line3D line)
 {
     throw new NotImplementedException();
 }
コード例 #5
0
 public static Vector3D ToVector(this Line3D line)
 {
     throw new NotImplementedException();
 }