|
sculpto
|
Euclidean 3D vector implementation module. More...
#include "math_common.h"Go to the source code of this file.
Classes | |
| class | scl::math::vec3< T > |
Namespaces | |
| namespace | scl |
| namespace | scl::math |
Macros | |
| #define | SCL_VEC_XYZ(v) SCL_VEC_XY(v), (v).GetZ() |
| #define SCL_VEC_XYZ | ( | v | ) | SCL_VEC_XY(v), (v).GetZ() |