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

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

Detailed Description

Right-handed coordinate frame (origin + main direction + reference direction). Mirrors occtl_axis2_placement_t.


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