HomeSort by relevance Sort by last modified time
    Searched full:t_point (Results 1 - 1 of 1) sorted by null

  /external/opencore/oscl/unit_test/test/src/
point.h 34 typedef point < T > t_point; typedef in class:point
46 point(const t_point & rhs): x(rhs.x), y(rhs.y)
54 bool operator == (const t_point & rhs) const
59 bool operator != (const t_point & rhs) const
64 t_point & operator += (const t_point & rhs)
71 t_point & operator -= (const t_point & rhs)
78 t_point operator + (const t_point & rhs) cons
    [all...]

Completed in 348 milliseconds