#include <beastapitypes.h>
Three dimensional geometric vector type.
Used for both points and vectors, what is what should be obvious from the context.
Examples: Data Fields | |
| float | x |
| float | y |
| float | z |
| float ILBVec3::x |
x
Examples: | float ILBVec3::y |
y
Examples: | float ILBVec3::z |
z
Examples: