#include <ultra64.h>
#include "gd_types.h"
Go to the source code of this file.
|
void | func_80193B68 (Mat4f *, f32, f32, f32, f32, f32, f32, f32, f32, f32) |
|
void | func_8019415C (Mat4f *, struct GdVec3f *) |
|
void | func_80194220 (Mat4f *, struct GdVec3f *) |
|
void | func_801942E4 (Mat4f *, struct GdVec3f *) |
|
void | func_80194358 (Mat4f *, struct GdVec3f *, f32) |
|
f32 | func_80194728 (f32, f32) |
|
void | limit_vec3f (struct GdVec3f *, f32) |
|
void | func_80194880 (f32, f32 *, f32 *) |
|
void | absrot_mat4 (Mat4f *, s32, f32) |
|
f32 | magnitude_vec3f (struct GdVec3f *) |
|
s32 | into_unit_vec3f (struct GdVec3f *) |
|
void | cross_product_vec3f (struct GdVec3f *a, struct GdVec3f *b, struct GdVec3f *dst) |
|
f32 | dot_product_vec3f (struct GdVec3f *, struct GdVec3f *) |
|
void | inverse_mat4 (Mat4f *, Mat4f *) |
|
void | func_801961F4 (Mat4f *, struct GdVec3f *, f32) |
|
void | set_identity_mat4 (Mat4f *) |
|
void | cpy_mat4 (const Mat4f *, Mat4f *) |
|
void | func_80196430 (struct GdVec3f *, const Mat4f *) |
|
void | func_80196540 (struct GdVec3f *, const Mat4f *) |
|
void | multiply_mat4 (const Mat4f *, const Mat4f *, Mat4f *) |
|
void | gd_print_vec (const char *, const struct GdVec3f *) |
|
void | gd_print_plane (const char *, const struct GdPlaneF *) |
|
void | gd_print_mtx (const char *, const Mat4f *) |
|
◆ absrot_mat4()
◆ cpy_mat4()
◆ cross_product_vec3f()
◆ dot_product_vec3f()
◆ func_80193B68()
◆ func_8019415C()
◆ func_80194220()
◆ func_801942E4()
◆ func_80194358()
◆ func_80194728()
◆ func_80194880()
◆ func_801961F4()
◆ func_80196430()
◆ func_80196540()
◆ gd_print_mtx()
◆ gd_print_plane()
◆ gd_print_vec()
◆ into_unit_vec3f()
◆ inverse_mat4()
◆ limit_vec3f()
◆ magnitude_vec3f()
◆ multiply_mat4()
◆ set_identity_mat4()