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