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