Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Frustum

Represents a camera frustum

Hierarchy

  • Frustum

Index

Methods

Static GetBottomPlaneToRefSearch playground for GetBottomPlaneToRef

  • Gets the bottom frustum plane transformed by the transform matrix

    Parameters

    • transform: DeepImmutable<Matrix>

      transformation matrix to be applied to the resulting frustum plane

    • frustumPlane: Plane

      the resulting frustum plane

    Returns void

Static GetFarPlaneToRefSearch playground for GetFarPlaneToRef

  • Gets the far frustum plane transformed by the transform matrix

    Parameters

    • transform: DeepImmutable<Matrix>

      transformation matrix to be applied to the resulting frustum plane

    • frustumPlane: Plane

      the resulting frustum plane

    Returns void

Static GetLeftPlaneToRefSearch playground for GetLeftPlaneToRef

  • Gets the left frustum plane transformed by the transform matrix

    Parameters

    • transform: DeepImmutable<Matrix>

      transformation matrix to be applied to the resulting frustum plane

    • frustumPlane: Plane

      the resulting frustum plane

    Returns void

Static GetNearPlaneToRefSearch playground for GetNearPlaneToRef

  • Gets the near frustum plane transformed by the transform matrix

    Parameters

    • transform: DeepImmutable<Matrix>

      transformation matrix to be applied to the resulting frustum plane

    • frustumPlane: Plane

      the resulting frustum plane

    Returns void

Static GetPlanesSearch playground for GetPlanes

  • Gets the planes representing the frustum

    Parameters

    Returns Plane[]

    a new array of 6 Frustum planes computed by the given transformation matrix.

Static GetPlanesToRefSearch playground for GetPlanesToRef

  • Sets the given array "frustumPlanes" with the 6 Frustum planes computed by the given transformation matrix.

    Parameters

    • transform: DeepImmutable<Matrix>

      transformation matrix to be applied to the resulting frustum planes

    • frustumPlanes: Plane[]

      the resulting frustum planes

    Returns void

Static GetRightPlaneToRefSearch playground for GetRightPlaneToRef

  • Gets the right frustum plane transformed by the transform matrix

    Parameters

    • transform: DeepImmutable<Matrix>

      transformation matrix to be applied to the resulting frustum plane

    • frustumPlane: Plane

      the resulting frustum plane

    Returns void

Static GetTopPlaneToRefSearch playground for GetTopPlaneToRef

  • Gets the top frustum plane transformed by the transform matrix

    Parameters

    • transform: DeepImmutable<Matrix>

      transformation matrix to be applied to the resulting frustum plane

    • frustumPlane: Plane

      the resulting frustum plane

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method