Frustum Structure |
Namespace: Lumiscaphe.Workshop.Interop
The Frustum type exposes the following members.
| Name | Description | |
|---|---|---|
| Frustum |
Initializes a new instance of the Frustum structure using the specified parameters.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Format the Frustum to a String.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Bottom |
The distance in meters to the bottom plane.
| |
| Default |
The default frustum.
| |
| FarPlane |
The distance in meters to the far plane.
| |
| Left |
The distance in meters to the left plane.
| |
| NearPlane |
The distance in meters to the near plane.
| |
| Perspective |
Gets a value indicating whether the frustum is perspective.
| |
| Right |
The distance in meters to the right plane.
| |
| Top |
The distance in meters to the top plane.
|