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"
9
13
17
18#endif
u32 x0
Definition OSInit.c:142
float f32
A 32-bit floating-point number.
Definition platform.h:62
signed long s32
A signed 32-bit integer.
Definition platform.h:14
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
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:10
u8 x0 UNK_SIZE_ARRAY
Definition spline.h:11
Definition types.h:13