Click or drag to resize

ProjectedRasterDirections 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.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<UnitCartesian> Directions { get; }

Property Value

Type: ReadOnlyCollectionUnitCartesian
See Also