#include <types.h>
Public Member Functions | |
| Vector4f (float x, float y, float z, float w) | |
| Vector4f (const Vector4f &v) | |
| Vector4f () | |
Public Attributes | |
| float | w |
| float | x |
| float | y |
| float | z |
| objtree::Vector4f::Vector4f | ( | float | x, |
| float | y, | ||
| float | z, | ||
| float | w | ||
| ) | [inline] |
| objtree::Vector4f::Vector4f | ( | const Vector4f & | v | ) | [inline] |
| objtree::Vector4f::Vector4f | ( | ) | [inline] |
| float objtree::Vector4f::w |
| float objtree::Vector4f::x |
| float objtree::Vector4f::y |
| float objtree::Vector4f::z |