setComponents

Sets the plane components by defining x, y, z as the plane normal and w as the constant.

Return

A reference to this plane.

Parameters

x

The value for the normal's x component.

y

The value for the normal's y component.

z

The value for the normal's z component.

w

The constant value.