geomc 1.0
A c++ linear algebra template library
Public Types | Static Public Member Functions | List of all members
PointType< T, N > Struct Template Reference

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)
 

The documentation for this struct was generated from the following file: