UtilsGetProjectionMatrix Method |
Gets the matrix needed for projecting.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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)"]
ExceptionsException | Condition |
---|
ArgumentException | |
See Also