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

A four dimensional floating point vector template. More...

#include <ArithVec4Float.h>

Inherits CGLA::ArithVecFloat< T, V, 4 >.

List of all members.

Public Member Functions

 ArithVec4Float ()
 Construct a (0,0,0,0) homogenous Vector.
 ArithVec4Float (T a, T b, T c, T d)
 Construct a 4D vector.
void de_homogenize ()
 Divide all coordinates by the fourth coordinate.

Detailed Description

template<class T, class V>
class CGLA::ArithVec4Float< T, V >

A four dimensional floating point vector template.

This class is also used (via typedef) for homogeneous vectors.


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