position

Calculates the position within the box based on the given relative coordinates.

Return

A Vector3 representing the position within the box for the given relative coordinates.

Parameters

u

The relative position along the width of the box, ranging from 0.0 to 1.0.

v

The relative position along the height of the box, ranging from 0.0 to 1.0.

w

The relative position along the depth of the box, ranging from 0.0 to 1.0.