mirror of
https://github.com/zeldaret/ph
synced 2026-09-07 03:00:10 -04:00
Document math functions
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "lib/math.h"
|
||||
#include "nds/math.h"
|
||||
|
||||
struct AABB {
|
||||
Vec3p min;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "lib/math.h"
|
||||
#include "nds/math.h"
|
||||
|
||||
struct Cylinder {
|
||||
Vec3p pos;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "lib/math.h"
|
||||
#include "nds/math.h"
|
||||
|
||||
struct Sphere {
|
||||
Vec3p pos;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "lib/math.h"
|
||||
#include "nds/math.h"
|
||||
|
||||
struct Transform {
|
||||
Vec3p pos;
|
||||
|
||||
Reference in New Issue
Block a user