Searched refs:QUAT_ (Results 1 – 1 of 1) sorted by relevance
219 struct QUAT_ struct231 class QUAT : public QUAT_ argument245 QUAT(const QUAT_& rhs) { x = rhs.x; y = rhs.y; z = rhs.z; w = rhs.w; } in QUAT()