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