about summary refs log tree commit diff
path: root/structs/structs.go
diff options
context:
space:
mode:
authorhanemile <hanemile@protonmail.com>2018-10-08 15:21:57 +0200
committeremile <hanemile@protonmail.com>2018-10-08 15:21:57 +0200
commit6022c9b83a12ae567126bc7476faccd044b34483 (patch)
treeee0337287016b36325283a9bf09216dddb6af9af /structs/structs.go
parentc603f2d153917d7b76395de05681b2fb3fa3cbcd (diff)
Force struct used for storing forces
Diffstat (limited to 'structs/structs.go')
-rw-r--r--structs/structs.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/structs/structs.go b/structs/structs.go
new file mode 100644
index 0000000..da3421a
--- /dev/null
+++ b/structs/structs.go
@@ -0,0 +1,5 @@
+package structs
+
+type Force struct {
+	X, Y float64
+}