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