|
| template<typename T> |
| T | sead::hostio::curveLinear_ (f32 x, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveHermit_ (f32 x, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveStep_ (f32 x, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveSin_ (f32 x, const CurveDataInfo *, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveCos_ (f32 x, const CurveDataInfo *, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveSinPow2_ (f32 x, const CurveDataInfo *, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveLinear2D_ (f32 x, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveHermit2D_ (f32 x, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveStep2D_ (f32 x, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| T | sead::hostio::curveNonuniformSpline_ (f32, const CurveDataInfo *, const T *) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveLinearVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveHermitVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveStepVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveSinVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveCosVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveSinPow2Vec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveLinear2DVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveHermit2DVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveStep2DVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |
| template<typename T> |
| Vector2< T > | sead::hostio::curveNonuniformSplineVec2_ (f32 t, const CurveDataInfo *info, const T *buf) |