Searched defs:Vertex (Results 1 – 1 of 1) sorted by relevance
30 struct Vertex { struct42 static inline void set(Vertex* vertex, float x, float y) { in set() argument47 static inline void set(Vertex* vertex, Vector2 val) { set(vertex, val.x, val.y); } in set() argument49 static inline void copyWithOffset(Vertex* vertex, const Vertex& src, float x, float y) { in copyWithOffset() argument