Click or drag to resize

TriangulatedSensorProjection.MeshVertexNormals Property

Gets the normals of the vertices defining the sensor volume mesh. If the sensor has no projection, this property returns null. When UpdateFromNewProjection(CentralBody, Cartesian, SensorProjection, Int32) is called, the content of this array may be modified, or a new array may be created.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public Cartesian[] MeshVertexNormals { get; }

Property Value

Type:Cartesian[]
See Also