Click or drag to resize

ProjectedRaster.Directions Property

Gets the direction vectors in the projection's reference frame that define the Projection's frustum. The collection contains the direction vector down the center of the projection, and the bottom left, bottom right, upper right, and upper left corner direction vectors, in that order. If no direction can be calculated, Cartesian.Zero is returned.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public ReadOnlyCollection<UnitCartesian> Directions { get; }

Property Value

Type: ReadOnlyCollection<UnitCartesian>
See Also