Esempio n. 1
0
 //public Point3D? IntersectionWith(Plane plane, double tolerance = 4.94066e-324);
 //public Line3D ProjectOn(Plane plane);
 public bool IsParallelTo(Line3D other);
Esempio n. 2
0
 public bool IsParallelTo(Line3D other, double angleTolerance);
Esempio n. 3
0
 public bool Equals(Line3D other);
Esempio n. 4
0
 public Tuple <Point3D, Point3D> ClosestPointsBetween(Line3D other, bool mustBeOnSegments);
Esempio n. 5
0
 public Tuple <Point3D, Point3D> ClosestPointsBetween(Line3D other);
Esempio n. 6
0
 public Line3D Project(Line3D line3DToProject);
Esempio n. 7
0
 public Point3D?IntersectionWith(Line3D line, double tolerance = 1.4013e-045);