SSBM Decomp
Loading...
Searching...
No Matches
spline.h
Go to the documentation of this file.
1#ifndef SYSDOLPHIN_BASELIB_SPLINE_H
2#define SYSDOLPHIN_BASELIB_SPLINE_H
3
4#include <platform.h>
5#include <placeholder.h>
6
7#include "baselib/forward.h"
8
9#include <dolphin/mtx.h>
10
14
15f32 splGetHelmite(f32, f32, f32, f32, f32, f32);
16void splArcLengthPoint(Vec3*, HSD_Spline*, f32);
17void splGetSplinePoint(s32, s32);
18
19#endif
u8 x0
Definition dbbonus.c:18
void splGetSplinePoint(s32, s32)
void splArcLengthPoint(Vec3 *, HSD_Spline *, f32)
f32 splGetHelmite(f32, f32, f32, f32, f32, f32)
Definition spline.c:3
Definition spline.h:11
u8 x0 UNK_SIZE_ARRAY
Definition spline.h:12