#include <Vec4.h>
List of all members.
Detailed Description
Definition at line 12 of file Vec4.h.
Constructor & Destructor Documentation
| Vec4 |
( |
double |
x = 0, |
|
|
double |
y = 0, |
|
|
double |
z = 0, |
|
|
double |
w = 0 |
|
) |
| [inline] |
| Vec4 |
( |
const double * |
v | ) |
[inline] |
Member Function Documentation
| void copy |
( |
const Vec4 & |
v | ) |
[inline, protected] |
| bool operator!= |
( |
const Vec4 & |
v | ) |
const [inline] |
| double& operator() |
( |
int |
i | ) |
[inline] |
| double operator() |
( |
int |
i | ) |
const [inline] |
| Vec4 operator* |
( |
double |
s | ) |
const [inline] |
| double operator* |
( |
const Vec4 & |
v | ) |
const [inline] |
| Vec4 & operator*= |
( |
double |
s | ) |
[inline] |
| Vec4 operator+ |
( |
const Vec4 & |
v | ) |
const [inline] |
| Vec4 & operator+= |
( |
const Vec4 & |
v | ) |
[inline] |
| Vec4 operator- |
( |
const Vec4 & |
v | ) |
const [inline] |
| Vec4 operator- |
( |
| ) |
const [inline] |
| Vec4 & operator-= |
( |
const Vec4 & |
v | ) |
[inline] |
| Vec4 operator/ |
( |
double |
s | ) |
const [inline] |
| Vec4 & operator/= |
( |
double |
s | ) |
[inline] |
| Vec4 & operator= |
( |
const Vec4 & |
v | ) |
[inline] |
| bool operator== |
( |
const Vec4 & |
v | ) |
const [inline] |
| double& operator[] |
( |
int |
i | ) |
[inline] |
| const double& operator[] |
( |
int |
i | ) |
const [inline] |
| const double* raw |
( |
| ) |
const [inline] |
| void set |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
w |
|
) |
| [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: