|
ObjFW
|
A vector in 4D space. More...
#include <ObjFW/OFObject.h>
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | w |
A vector in 4D space.
| float OFVector4D::w |
The w coordinate of the vector
| float OFVector4D::x |
The x coordinate of the vector
| float OFVector4D::y |
The y coordinate of the vector
| float OFVector4D::z |
The z coordinate of the vector