Frustum

Description

class Frustum

Methods

static GetPlanes(transform) Plane[]

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

Parameters

Name Type Description
transform Matrix

static GetNearPlaneToRef(transform, frustumPlane) void

Parameters

Name Type Description
transform Matrix
frustumPlane Plane

static GetFarPlaneToRef(transform, frustumPlane) void

Parameters

Name Type Description
transform Matrix
frustumPlane Plane

static GetLeftPlaneToRef(transform, frustumPlane) void

Parameters

Name Type Description
transform Matrix
frustumPlane Plane

static GetRightPlaneToRef(transform, frustumPlane) void

Parameters

Name Type Description
transform Matrix
frustumPlane Plane

static GetTopPlaneToRef(transform, frustumPlane) void

Parameters

Name Type Description
transform Matrix
frustumPlane Plane

static GetBottomPlaneToRef(transform, frustumPlane) void

Parameters

Name Type Description
transform Matrix
frustumPlane Plane

static GetPlanesToRef(transform, frustumPlanes) void

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

Parameters

Name Type Description
transform Matrix
frustumPlanes Plane[]