SilverLining
|
A simple single-precision 4D vector class with no operations defined. More...
#include <Vector4.h>
Public Member Functions | |
Vector4f (float px, float py, float pz, float pw) | |
Constructs a Vector4 from the given x, y, z, and w values. | |
Vector4f (const Vector3f &v3) | |
Constructs a Vector4 from a Vector3, setting w to 1. | |
Vector4f () | |
Default constructor; initializes the Vector4 to (0, 0, 0, 1) | |
A simple single-precision 4D vector class with no operations defined.
|
inline |
Constructs a Vector4 from the given x, y, z, and w values.
|
inline |