GEL
2
GEL is a library for Geometry and Linear Algebra
|
Inherits CGLA::ArithVec< T, V, N >.
Inherited by CGLA::ArithVec2Float< double, Vec2d >, CGLA::ArithVec2Float< float, Vec2f >, CGLA::ArithVec3Float< double, Vec3d >, CGLA::ArithVec3Float< float, Vec3f >, CGLA::ArithVec4Float< double, Vec4d >, and CGLA::ArithVec4Float< float, Vec4f >.
Public Member Functions | |
ArithVecFloat (T a) | |
ArithVecFloat (T a, T b) | |
ArithVecFloat (T a, T b, T c) | |
ArithVecFloat (T a, T b, T c, T d) | |
T | length () const |
Compute Euclidean length. | |
void | normalize () |
Normalize vector. |