#include <math.h>
#include <stdlib.h>
Go to the source code of this file.
|
| enum | { X = 0,
Y = 1,
Z = 2,
W = 3
} |
| |
◆ Scalar
◆ anonymous enum
◆ degs()
◆ eqz()
◆ max()
◆ min()
◆ rads()
◆ rnd()
◆ set_max()
◆ set_min()
◆ sgn()
◆ DEGS_PER_RAD
| const Scalar DEGS_PER_RAD = 57.29577951308232286465 |
◆ EPSILON
| const Scalar EPSILON = 1.0e-10 |
◆ EPSILON2
| const Scalar EPSILON2 = 1.0e-20 |
◆ INFINITY_
| const Scalar INFINITY_ = 1.0e50 |
◆ RADS_PER_DEG
| const Scalar RADS_PER_DEG = 0.01745329251994329547 |
◆ TWO_PI
| const Scalar TWO_PI = 6.28318530717958623200 |