|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Explicit 3-axis coordinate frame. Mirrors occtl_axis3_placement_t. No orthonormality or right-handedness is enforced.
More...
#include <geom.hpp>
Public Member Functions | |
| Axis3Placement (const occtl_axis3_placement_t &theC) noexcept | |
| Wraps an existing C value type (zero-cost). | |
| Axis3Placement (const Point3 &theLocation, const Direction3 &theXDir, const Direction3 &theYDir, const Direction3 &theZDir) noexcept | |
| Constructs from origin and three explicit axis directions. | |
| const occtl_axis3_placement_t & | c_type () const noexcept |
| Borrows-it view of the underlying C value type. | |
Explicit 3-axis coordinate frame. Mirrors occtl_axis3_placement_t. No orthonormality or right-handedness is enforced.