Click or drag to resize

Frustum3 Structure

The Frustum3 structure describes the three-dimensional region which is visible on the screen.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public struct Frustum3

The Frustum3 type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInitOrthographic
Initializes a geometric frustum with orthographic projection.
Public methodStatic memberInitPerspective
Initializes a geometric frustum with perspective projection.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBottom
The distance in meters to the bottom plane.
Public fieldLeft
The distance in meters to the left plane.
Public fieldPlaneBottom
The bottom plane.
Public fieldPlaneLeft
The left plane.
Public fieldPlaneRight
The right plane.
Public fieldPlaneTop
The top plane.
Public fieldPlaneZero
The zero plane.
Public fieldPlaneZmax
The far plane.
Public fieldPlaneZmin
The near plane.
Public fieldPointPrp
The projection reference point. The point where the image is projected from, for parallel projection, the PRP is at infinity.
Public fieldPointZMaxBottomLeft
The bottom left point of the far plane.
Public fieldPointZMaxBottomRight
The bottom right point of the far plane.
Public fieldPointZMaxTopLeft
The top left point of the far plane.
Public fieldPointZMaxTopRight
The top right point of the far plane.
Public fieldPointZMinBottomLeft
The bottom left point of the near plane.
Public fieldPointZMinBottomRight
The bottom right point of the near plane.
Public fieldPointZMinTopLeft
The top left point of the near plane.
Public fieldPointZMinTopRight
The top right point of the near plane.
Public fieldRight
The distance in meters to the right plane.
Public fieldTop
The distance in meters to the top plane.
Public fieldUp
The view-up vector. The vector on the view plane that indicates the upward direction.
Public fieldZMax
The distance in meters to the far plane.
Public fieldZMin
The distance in meters to the near plane.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also