A 4D column vector with 4 elements. More...
#include <b2Math.h>
Public Member Functions | |
b2Vec4 () | |
Default constructor does nothing (for performance). | |
b2Vec4 (float32 x, float32 y, float32 z, float32 w) | |
Construct using coordinates. | |
Public Attributes | |
float32 | x |
float32 | y |
float32 | z |
float32 | w |
A 4D column vector with 4 elements.