Gets a position from a relative position along the given normal on the given bounding box.
This is useful for implementing a slider moving the cutting plane back and forth in the direction of the plane's normal vector.
The relative value to get the position for (0..1)
The normal direction to compute the position in
The bounding box defining the range of positions for the point (usually the model bounding box)
Gets a relative position along the given normal and bounding box for the given point
Useful for updating the slider position based on the current position of a cutting plane.
The point to compute the relative position for
The normal direction to use for the computation
The bounding box defining the range of positions for the point (usually the model bounding box)
Generated using TypeDoc
Helper functions for cutting planes