Share via


Mesh.GetNormals Method

Gets the collection of normals. Each normal has a corresponding vertex with the same index.

Syntax

public ReadOnlyCollection<Vector3> GetNormals ()

Return Value

Type: ReadOnlyCollection<Vector3>
Returns a reference to the read only collection of the normals.

This method raises the following exceptions:

Exception Raised By
InvalidOperationException Thrown when the call failed for an unknown reason.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Fusion

Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)

See Also

Reference

Mesh Class
Mesh Members
Microsoft.Kinect.Toolkit.Fusion Namespace