Searched defs:FloatPoint (Results 1 – 2 of 2) sorted by relevance
25 struct FloatPoint { struct29 inline FloatPoint(float x, float y) : x(x), y(y) {} in FloatPoint() argument31 inline explicit FloatPoint(vec2 p) : x(p.x), y(p.y) {} in FloatPoint() argument
146 const FloatPoint& /*position*/ in onPointerDisplayIdChanged()