Searched defs:yP (Results 1 – 2 of 2) sorted by relevance
27 TestingPoint(float xP, float yP) : x_(xP), y_(yP) {} in TestingPoint()44 virtual void SetY(float yP) in SetY()
27 TestingPoint3(float xP, float yP, float zP) : x_(xP), y_(yP), z_(zP) {} in TestingPoint3()49 virtual void SetY(float yP) in SetY()