CameraBase.GetModelViewProjectionMatrix Method

Gets the current modelview projection matrix.
Public Function GetModelViewProjectionMatrix( _ 
Optional ByVal withCurrentBlockReferenceTransformation As Boolean = false _ 
) As Double()
This language is not supported or no code example is available.
public double[] GetModelViewProjectionMatrix( 
bool withCurrentBlockReferenceTransformation = false 
)
This language is not supported or no code example is available.

Parameters

withCurrentBlockReferenceTransformation
bool

If true, returns the matrix multiplied by the current BlockReference accumulated transformation/

Return Value

double[]

.NET Framework

Supported in: 4.8

In this article

Definition