Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Ddata_types.h104 struct Point2DT { struct
106 Point2DT () : x (0), y(0) {} in Point2DT() function
107 Point2DT (const T px, const T py) : x (px), y(py) {} in Point2DT() function