Returns the plane defined by three points.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static dvec4 GetPlane(
dvec3 p0,
dvec3 p1,
dvec3 p2,
dmat4 transformation
)
Parameters
- p0 dvec3
- First point.
- p1 dvec3
- Second point.
- p2 dvec3
- Third point.
- transformation dmat4
- Transformation.
Return Value
dvec4Plane defined by three points
See Also