Click or drag to resize

Frustum Structure

The Frustum structure represent a mathematic frustum which is the portion of a pyramid shape that lies between two parallel planes cutting it.

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

The Frustum type exposes the following members.

Constructors
  NameDescription
Public methodFrustum
Initializes a new instance of the Frustum structure using the specified parameters.
Top
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 methodToString
Format the Frustum to a String.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldBottom
The distance in meters to the bottom plane.
Public fieldStatic memberDefault
The default frustum.
Public fieldFarPlane
The distance in meters to the far plane.
Public fieldLeft
The distance in meters to the left plane.
Public fieldNearPlane
The distance in meters to the near plane.
Public fieldPerspective
Gets a value indicating whether the frustum is perspective.
Public fieldRight
The distance in meters to the right plane.
Public fieldTop
The distance in meters to the top plane.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also