Go to the source code of this file.
Classes | |
| struct | nw::g3d::res::AnimFlag |
| struct | nw::g3d::res::AnimFrameCache |
| struct | nw::g3d::res::ResAnimConstantData |
| class | nw::g3d::res::ResAnimConstant |
| struct | nw::g3d::res::ResAnimCurveData |
| class | nw::g3d::res::ResAnimCurve |
| struct | nw::g3d::res::Frame< T > |
| struct | nw::g3d::res::Frame< float > |
| struct | nw::g3d::res::Frame< s16 > |
| struct | nw::g3d::res::ResCubicKey< T > |
| struct | nw::g3d::res::ResLinearKey< T > |
| struct | nw::g3d::res::ResFloatKey< T > |
| struct | nw::g3d::res::ResIntKey< T > |
Namespaces | |
| namespace | nw |
| namespace | nw::g3d |
| namespace | nw::g3d::res |
Functions | |
| NW_G3D_FORCE_INLINE float | nw::g3d::res::CastS10_5ToF32 (s16 value) |
| NW_G3D_FORCE_INLINE s16 | nw::g3d::res::CastF32ToS10_5 (float value) |
| NW_G3D_FORCE_INLINE float | nw::g3d::res::CalcCubic (float t, float c0, float c1, float c2, float c3) |
| NW_G3D_FORCE_INLINE float | nw::g3d::res::CalcLinear (float t, float c0, float c1) |