Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Collection<Cartesian> Normals { get; }

Property Value

Type: CollectionCartesian
See Also