Utility.GetMatrixForNormals Method

Gets the matrix needed for normals transformation.
Public Shared Function GetMatrixForNormals( _ 
ByVal transform As Transformation
) As Transformation
This language is not supported or no code example is available.
public static Transformation GetMatrixForNormals( 
Transformation transform 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

The transformation

Return Value

Transformation

The inverse transpose of the upper 3x3 matrix.

.NET Framework

Supported in: 4.8

In this article

Definition