TriangulatorResultNormals Property |
Gets the normals of the mesh. Every position in
Positions has
corresponding normal. Normals are commonly used for lighting.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic virtual Collection<Cartesian> Normals { get; }
Public Overridable ReadOnly Property Normals As Collection(Of Cartesian)
Get
public:
virtual property Collection<Cartesian>^ Normals {
Collection<Cartesian>^ get ();
}
abstract Normals : Collection<Cartesian> with get
override Normals : Collection<Cartesian> with get
Property Value
Type:
CollectionCartesian
See Also