|
OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
|
#include <occtl_geom.h>
Public Attributes | |
| double | m [12] |
3-by-4 affine transform, row-major, double precision.
Represents the linear part and translation of an affine map from 3D to 3D. Layout (row indices 0–2, column indices 0–3):
The implicit last row is [0 0 0 1]. occtl_transform_identity returns a valid identity transform. The rotation sub-matrix is not guaranteed orthonormal unless the transform was produced by occtl_transform_rotation or composed from other valid transforms.
| double occtl_transform_t::m[12] |
Row-major 3×4 coefficients.