Understand BOSL terminology and coordinate orientation
masterBOSL uses specific terminology for directions and axes to simplify coding intent. Understanding these is crucial for using the library's transformation and shape functions correctly.
Directional Mapping
- Left: Towards X-
- Right: Towards X+
- Front/Forward: Towards Y-
- Back/Behind: Towards Y+
- Bottom/Down/Below: Towards Z-
- Top/Up/Above: Towards Z+
Axis Orientation
- Axis-Positive: Towards the positive end of the axis (X+, Y+, or Z+).
- Axis-Negative: Towards the negative end of the axis (X-, Y-, or Z-).