OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl::Axis3Placement Struct Reference

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_tc_type () const noexcept
 Borrows-it view of the underlying C value type.
 

Detailed Description

Explicit 3-axis coordinate frame. Mirrors occtl_axis3_placement_t. No orthonormality or right-handedness is enforced.


The documentation for this struct was generated from the following file: