Eyeshot 10 WinForms API Reference
TransformNormals Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : TransformNormals Method
The transformation
The collection of normals vectors
Transforms the collection of normals with the given transformation.
Syntax
'Declaration
 
Public Shared Sub TransformNormals( _
   ByVal transform As Transformation, _
   ByVal normals() As Vector3D _
) 
public static void TransformNormals( 
   Transformation transform,
   Vector3D[] normals
)

Parameters

transform
The transformation
normals
The collection of normals vectors
Remarks
The normals are transformed by the inverse transpose of the upper 3x3 matrix.
See Also

Reference

Utility Class
Utility Members