#include <btVector3.h>
Public Member Functions | |
btVector4 () | |
btVector4 (const btScalar &_x, const btScalar &_y, const btScalar &_z, const btScalar &_w) | |
btVector4 | absolute4 () const |
btScalar | getW () const |
int | maxAxis4 () const |
int | minAxis4 () const |
int | closestAxis4 () const |
void | setValue (const btScalar &_x, const btScalar &_y, const btScalar &_z, const btScalar &_w) |
Set x,y,z and zero w. |
Definition at line 1067 of file btVector3.h.
btVector4::btVector4 | ( | ) | [inline] |
Definition at line 1071 of file btVector3.h.
btVector4::btVector4 | ( | const btScalar & | _x, | |
const btScalar & | _y, | |||
const btScalar & | _z, | |||
const btScalar & | _w | |||
) | [inline] |
Definition at line 1074 of file btVector3.h.
btVector4 btVector4::absolute4 | ( | ) | const [inline] |
Definition at line 1099 of file btVector3.h.
int btVector4::closestAxis4 | ( | ) | const [inline] |
Definition at line 1176 of file btVector3.h.
btScalar btVector4::getW | ( | ) | const [inline] |
Definition at line 1115 of file btVector3.h.
int btVector4::maxAxis4 | ( | ) | const [inline] |
Definition at line 1118 of file btVector3.h.
int btVector4::minAxis4 | ( | ) | const [inline] |
Definition at line 1147 of file btVector3.h.
void btVector4::setValue | ( | const btScalar & | _x, | |
const btScalar & | _y, | |||
const btScalar & | _z, | |||
const btScalar & | _w | |||
) | [inline] |
Set x,y,z and zero w.
x | Value of x | |
y | Value of y | |
z | Value of zSet the values | |
x | Value of x | |
y | Value of y | |
z | Value of z | |
w | Value of w |
Definition at line 1204 of file btVector3.h.