Home
last modified time | relevance | path

Searched defs:vgl_homg_point_1d (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_homg_point_1d.h30 inline vgl_homg_point_1d() : x_(0), w_(T(1)) {} in vgl_homg_point_1d() function
36 inline vgl_homg_point_1d(const T v[2]) : x_(v[0]), w_(v[1]) {} in vgl_homg_point_1d() function
H A Dvgl_fwd.h7 template <class T> class vgl_homg_point_1d; variable