Searched defs:Coordinates (Results 1 – 3 of 3) sorted by relevance
159 struct Coordinates { struct164 explicit Coordinates(int _length): length(_length) in Coordinates() argument167 ~Coordinates(){ in ~Coordinates() argument181 Coordinates& coords, in reportCopyVerification() argument
64 enum Coordinates { enum
44 typedef std::vector<Vector2i> Coordinates; typedef