Binary16 |
Functions to convert values to/from the binary16 format
specified in IEEE 754 2008 .
|
Binary32 |
Functions for interrogating binary32 (float) values.
|
Binary64 |
Functions for interrogating binary64 (double) values.
|
FixedPoint |
|
FloatUtil |
Basic Float math utility functions.
|
FovHVHalves |
Horizontal and vertical field of view (FOV) halves,
allowing a non-centered projection.
|
Matrix4f |
Basic 4x4 float matrix implementation using fields for intensive use-cases (host operations).
|
Quaternion |
Quaternion implementation supporting
Gimbal-Lock free rotations.
|
Ray |
Simple compound denoting a ray.
|
Recti |
Rectangle with x, y, width and height integer components.
|
Vec2f |
2D Vector based upon two float components.
|
Vec2i |
2D Vector based upon two integer components.
|
Vec3f |
3D Vector based upon three float components.
|
Vec4f |
4D Vector based upon four float components.
|
VectorUtil |
|