Utility.TransformNormals Method

Transforms the collection of normals with the given transformation.
Public Shared Sub TransformNormals( _ 
ByVal t As Transformation, _ 
ByVal normals As Vector3D() _ 
)
This language is not supported or no code example is available.
public static void TransformNormals( 
Transformation t
Vector3D[] normals 
)
This language is not supported or no code example is available.

Parameters

t
Transformation

The transformation

normals
Vector3D[]

The collection of normals vectors

Remarks
 
The normals are transformed by the inverse transpose of the upper 3x3 matrix.

.NET Framework

Supported in: 4.8

In this article

Definition