Click or drag to resize

UtilsGetPlane Method

Returns the plane defined by three points.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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

dvec4
Plane defined by three points
See Also