A plane within a Frustum3.

Constructors

Properties

Methods

Constructors

Properties

The normal vector of the plane.

offset: number

The distance of the plane from the origin along its normal.

testVertex: FloatArrayParam

A vertex used to test intersections with this plane.

Methods

  • Sets the position and direction of the frustum plane.

    Parameters

    • nx: number

      X component of the normal vector.

    • ny: number

      Y component of the normal vector.

    • nz: number

      Z component of the normal vector.

    • offset: number

      Distance of the plane from the origin.

    Returns void