Click or drag to resize

Frustum Class

Defines a frustum and helps determine whether objects intersect with it.
Inheritance Hierarchy
SystemObject
  NeoAxisFrustum

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public class Frustum

The Frustum type exposes the following members.

Constructors
  NameDescription
Public methodFrustum
Initializes a new instance of the Frustum class
Top
Properties
  NameDescription
Public propertyDirection
Gets the direction.
Public propertyFarDistance
Public propertyHalfHeight
Public propertyHalfWidth
Public propertyNearDistance
Public propertyOrigin
Public propertyPlanes
Gets 6 clip planes. Order: Near, far, side planes.
Public propertyPoints
Gets 8 corner points.
Public propertyProjection
Public propertyReadOnlyFrustumProperties
Public propertyRotation
Public propertyUp
Gets the up vector.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Extension Methods
See Also