Frustum3 Structure |
Namespace: Lumiscaphe.Workshop.Interop
The Frustum3 type exposes the following members.
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.) | |
InitOrthographic |
Initializes a geometric frustum with orthographic projection.
| |
InitPerspective |
Initializes a geometric frustum with perspective projection.
| |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Bottom |
The distance in meters to the bottom plane.
| |
Left |
The distance in meters to the left plane.
| |
PlaneBottom |
The bottom plane.
| |
PlaneLeft |
The left plane.
| |
PlaneRight |
The right plane.
| |
PlaneTop |
The top plane.
| |
PlaneZero |
The zero plane.
| |
PlaneZmax |
The far plane.
| |
PlaneZmin |
The near plane.
| |
PointPrp |
The projection reference point. The point where the image is projected from, for parallel projection, the PRP is at infinity.
| |
PointZMaxBottomLeft |
The bottom left point of the far plane.
| |
PointZMaxBottomRight |
The bottom right point of the far plane.
| |
PointZMaxTopLeft |
The top left point of the far plane.
| |
PointZMaxTopRight |
The top right point of the far plane.
| |
PointZMinBottomLeft |
The bottom left point of the near plane.
| |
PointZMinBottomRight |
The bottom right point of the near plane.
| |
PointZMinTopLeft |
The top left point of the near plane.
| |
PointZMinTopRight |
The top right point of the near plane.
| |
Right |
The distance in meters to the right plane.
| |
Top |
The distance in meters to the top plane.
| |
Up |
The view-up vector. The vector on the view plane that indicates the upward direction.
| |
ZMax |
The distance in meters to the far plane.
| |
ZMin |
The distance in meters to the near plane.
|