|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Right-handed coordinate frame (origin + main direction + reference direction). Mirrors occtl_axis2_placement_t.
More...
#include <geom.hpp>
Public Member Functions | |
| Axis2Placement (const occtl_axis2_placement_t &theC) noexcept | |
| Wraps an existing C value type (zero-cost). | |
| Axis2Placement (const Point3 &theLocation, const Direction3 &theXDir, const Direction3 &theXDirRef) noexcept | |
Constructs from origin, X direction, and an in-plane reference direction. theXDirRef must not be parallel to theXDir; the Y axis is derived as the component of theXDirRef orthogonal to theXDir. | |
| const occtl_axis2_placement_t & | c_type () const noexcept |
| Borrows-it view of the underlying C value type. | |
Right-handed coordinate frame (origin + main direction + reference direction). Mirrors occtl_axis2_placement_t.