API Reference — tdm
98 entries across 8 modules.
By Task
Vector mathematics
3-component and 4-component vectors with standard operations.
| API | Module | Summary |
|---|---|---|
| Vec | Vec | Vector type wrapper for SIMD operations |
| Types | Types | Type definitions and constants |
Matrix mathematics
4x4 transformation matrices for graphics and animation.
| API | Module | Summary |
|---|---|---|
| Mat | Mat | 4x4 matrix type for transformations |
| Transforms | Transforms | Matrix transformation operations |
Quaternion mathematics
Quaternion-based rotations.
| API | Module | Summary |
|---|---|---|
| Quat | Quat | Quaternion type for rotation representation |
Angle and rotation
Euler angles and rotation conversions.
| API | Module | Summary |
|---|---|---|
| Ang | Ang | Euler angle representation and conversion |
Coordinate systems
Coordinate frame definitions and transforms.
| API | Module | Summary |
|---|---|---|
| CoordSys | CoordSys | Coordinate system frame definition |
Computational utilities
Matrix, vector, and coordinate computations.
| API | Module | Summary |
|---|---|---|
| Computations | Computations | Mathematical computation utilities |
Concepts
Core mathematical concepts.
| API | Module | Summary |
|---|---|---|
| Concepts | Concepts | Concept definitions and checks |
All Modules
| Module | File | Entries |
|---|---|---|
| Ang | Ang.md | 5 |
| Computations | Computations.md | 16 |
| CoordSys | CoordSys.md | 2 |
| Mat | Mat.md | 8 |
| Quat | Quat.md | 4 |
| Transforms | Transforms.md | 17 |
| Types | Types.md | 44 |
| Vec | Vec.md | 2 |