CrImage::Math::F64
CrImage::Math::F64 provides 64-bit floating-point vector and matrix types.
Includes:
- 2D, 3D, 4D vectors (Vec2, Vec3, Vec4)
- 3x3 and 4x4 matrices (Mat3, Mat4)
- 3x3 and 4x4 affine transformation matrices (Aff3, Aff4)
All types use Float64 for higher precision in mathematical operations.
Macros
define_class(name, size, comment)
Source