aboutsummaryrefslogtreecommitdiffstats
path: root/src/phy_math.h
diff options
context:
space:
mode:
authorkotorifan <kotorifan05@gmail.com>2026-04-21 23:57:34 +0200
committerkotorifan <kotorifan05@gmail.com>2026-04-21 23:57:34 +0200
commitb40d44202ed0c79cbb769edba8de57412d07501a (patch)
tree00109eba9702b3d117ca9ea3fc9ff9163a3dabba /src/phy_math.h
parenta2c8cd78cdb0532496ee6487878b7c52a782e871 (diff)
downloadtrashbinphysics-b40d44202ed0c79cbb769edba8de57412d07501a.tar.gz
Enough for today
Diffstat (limited to 'src/phy_math.h')
-rw-r--r--src/phy_math.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/phy_math.h b/src/phy_math.h
deleted file mode 100644
index 1110319..0000000
--- a/src/phy_math.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef PHY_MATH
-#define PHY_MATH
-
-typedef struct {
- float x;
- float y;
-} Vec2d;
-
-Vec2d vec2d_add(Vec2d v1, Vec2d v2);
-Vec2d vec2d_sub(Vec2d v1, Vec2d )
-#endif