Searched defs:zP (Results 1 – 1 of 1) sorted by relevance
27 TestingPoint3(float xP, float yP, float zP) : x_(xP), y_(yP), z_(zP) {} in TestingPoint3()54 virtual void SetZ(float zP) in SetZ()