Searched defs:VectorF (Results 1 – 1 of 1) sorted by relevance
23 struct VectorF { struct24 VectorF(float xF, float yF) : x(xF), y(yF) {} in VectorF() argument36 float x = 0.0f;37 float y = 0.0f;