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