|
PlaneGetDistance Method |
Returns signed distance of the specified position from this Plane.
If distance is positive, then position is in front of the plane (determined by the direction of the plane's normal).
If distance is negative, then position is behind the plane.
If distance is zero, then position lies on the plane.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public double GetDistance(
Point3D position
)
Parameters
- position Point3D
- position as Point3D
Return Value
Doublesigned distance of the specified position from this Plane
See Also