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
#include <
dolphin/mtx/forward.h
>
9
10
struct
HSD_Spline
{
11
u8
x0
UNK_SIZE_ARRAY
;
12
};
13
14
f32
splGetHelmite
(
f32
,
f32
,
f32
,
f32
,
f32
,
f32
);
15
void
splArcLengthPoint
(
Vec3
*,
HSD_Spline
*,
f32
);
16
void
splGetSplinePoint
(
s32
,
s32
);
17
18
#endif
x0
u32 x0
Definition
OSInit.c:142
forward.h
placeholder.h
platform.h
f32
float f32
A 32-bit floating-point number.
Definition
platform.h:62
s32
signed long s32
A signed 32-bit integer.
Definition
platform.h:14
u8
unsigned char u8
An unsigned 8-bit integer.
Definition
platform.h:20
splGetSplinePoint
void splGetSplinePoint(s32, s32)
splArcLengthPoint
void splArcLengthPoint(Vec3 *, HSD_Spline *, f32)
splGetHelmite
f32 splGetHelmite(f32, f32, f32, f32, f32, f32)
Definition
spline.c:3
HSD_Spline
Definition
spline.h:10
HSD_Spline::UNK_SIZE_ARRAY
u8 x0 UNK_SIZE_ARRAY
Definition
spline.h:11
Vec3
Definition
types.h:13
forward.h
src
sysdolphin
baselib
spline.h
Generated by
1.9.8