graphic_math.h
Description:
Defines mathematical operation functions and types, including trigonometric functions, two-dimensional vectors, three-dimensional vectors, and matrices.
Since:
1.0
Version:
1.0
MATH_MAX(a, b) ((a) > (b) ? (a) : (b)) |
|
MATH_ABS(x) ((x) > 0 ? (x) : (-(x))) |
|