From 13cf844b4be306d2128e39d8933c46d53659f971 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Wed, 27 Feb 2019 03:47:55 -0800 Subject: [PATCH] Updated terminology. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 87b9262..23aa93a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ For purposes of the BOSL library, the following terms apply: - **Bottom**/**Down**/**Below**: Towards Z- - **Top**/**Up**/**Above**: Towards Z+ +- **Axis-Positive**: Towards the negative end of the axis the object is oriented on. IE: X-, Y-, or Z-. +- **Axis-Negative**: Towards the negative end of the axis the object is oriented on. IE: X-, Y-, or Z-. + +- **Fillet**: A rounding of an interior or exterior edge. +- **Chamfer**: A bevelling of an interior or exterior edge. +- **Orientation**: The axis a part should be oriented to. +- **Alignment**: The side of the origin that the part should be on. Given as a vector. + ## Examples A lot of the features of this library are to allow shorter, easier-to-read, intent-based coding. For example: