A 4D vector with "float" components.
More...
#include <csgeom/vector4.h>
List of all members.
Detailed Description
A 4D vector with "float" components.
Definition at line 329 of file vector4.h.
Constructor & Destructor Documentation
Make a new vector.
The vector is not initialized. This makes the code slightly faster.
Definition at line 336 of file vector4.h.
Make a new initialized vector.
Creates a new vector and initializes it to m*<1,1,1,1>. To create a vector initialized to the zero vector, use csVector4(0)
Definition at line 343 of file vector4.h.
Make a new vector and initialize with the given values.
Definition at line 348 of file vector4.h.
Convert from a three-component vector. w is set to 1.
Definition at line 363 of file vector4.h.
Member Function Documentation
Assignment operator.
Definition at line 368 of file vector4.h.
Assignment operator.
Definition at line 375 of file vector4.h.
The documentation for this class was generated from the following file: