Click or drag to resize

SolidTriangulatorResultNormals 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.2.417.0 (23.2.417.0)
Syntax
public override Collection<Cartesian> Normals { get; }

Property Value

Type: CollectionCartesian
See Also