|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
Directed line in 3D (origin + unit direction). Mirrors occtl_axis1_placement_t.
More...
#include <geom.hpp>
Public Member Functions | |
| Axis1Placement (const occtl_axis1_placement_t &theC) noexcept | |
| Wraps an existing C value type (zero-cost). | |
| Axis1Placement (const Point3 &theLocation, const Direction3 &theDir) noexcept | |
| Constructs from origin and direction. | |
| const occtl_axis1_placement_t & | c_type () const noexcept |
| Borrows-it view of the underlying C value type. | |
Directed line in 3D (origin + unit direction). Mirrors occtl_axis1_placement_t.