SSBM Decomp
|
#include <platform.h>
#include <placeholder.h>
#include "baselib/forward.h"
#include <dolphin/mtx.h>
Go to the source code of this file.
Data Structures | |
struct | HSD_Spline |
Functions | |
f32 | splGetHelmite (f32, f32, f32, f32, f32, f32) |
void | splArcLengthPoint (Vec3 *, HSD_Spline *, f32) |
void | splGetSplinePoint (s32, s32) |
f32 splGetHelmite | ( | f32 | fterm, |
f32 | time, | ||
f32 | p0, | ||
f32 | p1, | ||
f32 | d0, | ||
f32 | d1 | ||
) |
void splArcLengthPoint | ( | Vec3 * | , |
HSD_Spline * | , | ||
f32 | |||
) |
void splGetSplinePoint | ( | s32 | , |
s32 | |||
) |