#include <Vector4.h>
Public Member Functions | |
Vector4 (void) | |
Vector4 (float x, float y, float z, float w) | |
Vector4 (float fill) | |
Vector4 (const Vector4 &v) | |
Vector4 (const Vector &other3) | |
float | operator[] (int i) const |
float & | operator[] (int i) |
void | Set (float x, float y, float z, float w) |
void | Set (float fill) |
Vector4 & | operator= (const Vector4 &v) |
Vector4 & | operator/= (float scalar) |
Vector4 & | operator-= (const Vector4 &other) |
Vector4 & | operator+= (const Vector4 &other) |
Vector4 & | operator *= (float scale) |
int | operator== (const Vector4 &a) const |
int | operator!= (const Vector4 &a) const |
Vector4 | operator+ (const Vector4 &a) const |
Vector4 | operator- (const Vector4 &a) const |
float | operator| (const Vector4 &b) const |
float | operator| (const Vector &b) const |
Vector4 | operator * (const Vector4 &b) const |
Vector4 | operator * (float scalar) const |
Friends | |
class | Matrix44 |
MATRIXEXPORT Vector4 | operator * (float scalar, const Vector4 &v) |
void | Swap (Vector4 &a, Vector4 &b) |
Definition at line 18 of file Vector4.h.
|
Definition at line 29 of file Vector4.h. Referenced by operator *(), operator+(), and operator-(). |
|
Definition at line 154 of file Vector4.h. References Set(). Here is the call graph for this function: ![]() |
|
Definition at line 159 of file Vector4.h. References Set(). Here is the call graph for this function: ![]() |
|
|
|
Definition at line 169 of file Vector4.h. References n. |
|
Definition at line 66 of file Vector4.h. References Vector4(). Here is the call graph for this function: ![]() |
|
Definition at line 57 of file Vector4.h. References n. |
|
Definition at line 231 of file Vector4.h. References n. |
|
|
|
Definition at line 52 of file Vector4.h. References Vector4(). Here is the call graph for this function: ![]() |
|
Definition at line 222 of file Vector4.h. References n. |
|
Definition at line 53 of file Vector4.h. References Vector4(). Here is the call graph for this function: ![]() |
|
Definition at line 213 of file Vector4.h. References n. |
|
Definition at line 204 of file Vector4.h. References n. |
|
Definition at line 195 of file Vector4.h. References n. |
|
Definition at line 240 of file Vector4.h. References n. |
|
Definition at line 182 of file Vector4.h. References n. |
|
Definition at line 177 of file Vector4.h. References n. |
|
|
|
|
|
Definition at line 40 of file Vector4.h. References n. |
|
Definition at line 187 of file Vector4.h. References n. Referenced by Matrix44::SetIdentity(), and Vector4(). |
|
|
|
|
|
|
|
Definition at line 25 of file Vector4.h. Referenced by operator *(), operator *=(), operator+=(), operator-=(), operator/=(), operator=(), operator==(), operator[](), Set(), and Vector4(). |
Generated on Thu Oct 27 11:47:04 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001