geomc 1.0
A c++ linear algebra template library
|
Public Types | |
typedef Vec< T, N > | point_t |
Static Public Member Functions | |
static T * | iterator (point_t &p) |
static const T * | iterator (const point_t &p) |
static point_t | from_ptr (T *p) |
static point_t | from_larger_vector (const Vec< T, N+1 > &v) |
static T | mag2 (const point_t &p) |
static T | mag (const point_t &p) |
static T | dot (const point_t &p0, const point_t &p1) |
static point_t | unit (const point_t &p) |