GEL  2
GEL is a library for Geometry and Linear Algebra
Public Member Functions
CGLA::ArithVecFloat< T, V, N > Class Template Reference

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 >.

List of all members.

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)
length () const
 Compute Euclidean length.
void normalize ()
 Normalize vector.

template<class T, class V, unsigned int N>
class CGLA::ArithVecFloat< T, V, N >


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations