Click or drag to resize

UtilsGetPointPlaneDistance Method

Returns the smallest distance between a plane and a point.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static double GetPointPlaneDistance(
	dvec4 plane,
	dvec3 point
)

Parameters

plane  dvec4
The plane.
point  dvec3
Point.

Return Value

Double
Smallest distance between a plane and a point.
See Also