geomc 1.0
A c++ linear algebra template library
Loading...
Searching...
No Matches
PointType< T, N > Struct Template Reference

Public Types

using point_t = Vec<T,N>
 

Static Public Member Functions

static T dot (const point_t &p0, const point_t &p1)
 
static point_t from_larger_vector (const Vec< T, N+1 > &v)
 
static point_t from_ptr (T *p)
 
static const T * iterator (const point_t &p)
 
static T * iterator (point_t &p)
 
static T mag (const point_t &p)
 
static T mag2 (const point_t &p)
 
static point_t unit (const point_t &p)
 

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