Click or drag to resize

UtilsGetProjectionMatrix Method

Gets the matrix needed for projecting.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public static dmat4 GetProjectionMatrix(
	CartesianAxis projection,
	bool inverse
)

Parameters

projection  CartesianAxis
Projection.
inverse  Boolean
Gets inverse matrix if true.

Return Value

dmat4

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.Utils.GetProjectionMatrix(RAYLASE.Marker.Common.CartesianAxis,System.Boolean)"]

Exceptions
ExceptionCondition
ArgumentException
See Also