|
GEL
2
GEL is a library for Geometry and Linear Algebra
|
A 3D double vector. More...
#include <Vec3d.h>
Inherits CGLA::ArithVec3Float< double, Vec3d >.
Public Member Functions | |
| Vec3d () | |
| Construct 0 vector. | |
| Vec3d (double a, double b, double c) | |
| Construct vector. | |
| Vec3d (double a) | |
| Construct vector where all coords = a. | |
| Vec3d (const Vec3i &v) | |
| Convert from int vector. | |
| Vec3d (const Vec3usi &v) | |
| Construct from a 3D unsigned int vector. | |
| Vec3d (const Vec3f &v) | |
| Convert from float vector. | |
A 3D double vector.
Useful for high precision arithmetic.
1.7.5.1