UtilsGetPointPlaneDistance Method |
Returns the smallest distance between a plane and a point.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static double GetPointPlaneDistance(
dvec4 plane,
dvec3 point
)
Parameters
- plane dvec4
- The plane.
- point dvec3
- Point.
Return Value
DoubleSmallest distance between a plane and a point.
See Also