Description:
Evaluates the bounding box with normalized parameters. The box has idealized side length of 1x1x1.
Parameters:
- tx
- Type: double
- Normalized (between 0 and 1 is inside the box) parameter along the X direction.
- ty
- Type: double
- Normalized (between 0 and 1 is inside the box) parameter along the Y direction.
- tz
- Type: double
- Normalized (between 0 and 1 is inside the box) parameter along the Z direction.
Returns:
Type: Point3d
The point at the {tx, ty, tz} parameters.
Available since:
5.0