Home
last modified time | relevance | path

Searched defs:vgl_point_2d (Results 1 – 4 of 4) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_point_2d.h41 inline vgl_point_2d (Type px, Type py) : x_(px), y_(py) {} in vgl_point_2d() function
44 inline vgl_point_2d (Type const v[2]) : x_(v[0]), y_(v[1]) {} in vgl_point_2d() function
57 explicit vgl_point_2d(vgl_point_2d<Other> const& other) in vgl_point_2d() function
H A Dvgl_point_2d.hxx21 vgl_point_2d<Type>::vgl_point_2d(vgl_homg_point_2d<Type> const& p) in vgl_point_2d() function in vgl_point_2d
28 vgl_point_2d<Type>::vgl_point_2d(vgl_line_2d<Type> const& l1, in vgl_point_2d() function in vgl_point_2d
H A Dvgl_area.h7 template <class T> class vgl_point_2d; variable
H A Dvgl_fwd.h10 template <class T> class vgl_point_2d; variable