Home
last modified time | relevance | path

Searched refs:QUAT_ (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Quaternion.h55 struct QUAT_ struct
63 struct QUAT : public QUAT_ argument
71 QUAT(const QUAT_& rhs) { x = rhs.x; y = rhs.y; z = rhs.z; w = rhs.w; } in QUAT()