#include <OgreVector4.h>
Public Methods | |
Vector4 () | |
Vector4 (Real fX, Real fY, Real fZ, Real fW) | |
Vector4 (Real afCoordinate[4]) | |
Vector4 (int afCoordinate[4]) | |
Vector4 (const Real *const r) | |
Vector4 (const Vector4 &rkVector) | |
Real | operator[] (unsigned i) const |
Real & | operator[] (unsigned i) |
Vector4 & | operator= (const Vector4 &rkVector) |
Assigns the value of the other vector. More... | |
bool | operator== (const Vector4 &rkVector) const |
bool | operator!= (const Vector4 &rkVector) const |
Vector4 & | operator= (const Vector3 &rhs) |
Vector4 | operator * (const Matrix4 &mat) |
Public Attributes | |
Real | x |
Real | y |
Real | z |
Real | w |
Friends | |
_OgreExport friend std::ostream & | operator<< (std::ostream &o, const Vector4 &v) |
Function for writing to a stream. More... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Assigns the value of the other vector.
|
|
|
|
|
|
|
|
Function for writing to a stream.
|
|
|
|
|
|
|
|
|
Copyright © 2002 by The OGRE Team