|
IReadonlyMeshNormals Property
|
Gets the vertex normals.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxIReadOnlyList<Vector3> Normals { get; }
ReadOnly Property Normals As IReadOnlyList(Of Vector3)
Get
property IReadOnlyList<Vector3>^ Normals {
IReadOnlyList<Vector3>^ get ();
}
abstract Normals : IReadOnlyList<Vector3> with get
Property Value
Type:
IReadOnlyListVector3
See Also