set

fun set(p0: Plane, p1: Plane, p2: Plane, p3: Plane, p4: Plane, p5: Plane): Frustum

Sets the frustum planes by copying the given planes.

Return

A reference to this frustum.

Parameters

p0

The first plane that encloses the frustum.

p1

The second plane that encloses the frustum.

p2

The third plane that encloses the frustum.

p3

The fourth plane that encloses the frustum.

p4

The fifth plane that encloses the frustum.

p5

The sixth plane that encloses the frustum.