|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_geom.h>

Public Attributes | |
| occtl_point3_t | location |
| occtl_direction3_t | x_dir |
| occtl_direction3_t | y_dir |
| occtl_direction3_t | z_dir |
3-axis placement — a general coordinate frame with all three axes stored explicitly (no derivation). Use this when the consumer needs to round-trip an arbitrary, possibly left-handed, frame.
| occtl_point3_t occtl_axis3_placement_t::location |
Origin of the frame.
| occtl_direction3_t occtl_axis3_placement_t::x_dir |
X axis direction.
| occtl_direction3_t occtl_axis3_placement_t::y_dir |
Y axis direction.
| occtl_direction3_t occtl_axis3_placement_t::z_dir |
Z axis direction.