Projection Class |
Namespace: AGI.Foundation.Graphics.Advanced
The Projection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Projection |
Initializes a new instance.
|
![]() | Projection(Projection) |
Initializes a new instance from another projection.
|
![]() | Projection(Cartesian, UnitQuaternion, Double, Double, Double, Double) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
![]() | FarPlane |
Gets or sets the far plane associated with the Projection.
|
![]() | FieldOfViewHorizontal |
Gets or sets the horizontal field of view associated with the Projection.
|
![]() | FieldOfViewVertical |
Gets or sets the vertical field of view associated with the Projection.
|
![]() | NearPlane |
Gets or sets the near plane associated with the Projection.
|
![]() | Orientation |
Gets or sets the UnitQuaternion defining the orientation of the Projection in the central body's fixed reference frame.
|
![]() | Position |
Gets or sets the Cartesian defining the position of the Projection in the central body's fixed reference frame.
|
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | Dispose(Boolean) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | (Overrides ObjectFinalize.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |