Click or drag to resize

Point3dExtensionIsBetween Method

Overload List
  NameDescription
Public methodStatic memberIsBetween(Point3d, Point3d, Point3d)
Gets a value indicating if pt lies on the segment p1p2 using Tolerance.Global.
Public methodStatic memberIsBetween(Point3d, Point3d, Point3d, Tolerance)
Gets a value indicating if pt lies on the segment p1p2 using the specified Tolerance.
Top
See Also