diff options
| author | hanemile <hanemile@protonmail.com> | 2018-10-08 15:21:57 +0200 | 
|---|---|---|
| committer | emile <hanemile@protonmail.com> | 2018-10-08 15:21:57 +0200 | 
| commit | 6022c9b83a12ae567126bc7476faccd044b34483 (patch) | |
| tree | ee0337287016b36325283a9bf09216dddb6af9af /structs | |
| parent | c603f2d153917d7b76395de05681b2fb3fa3cbcd (diff) | |
Force struct used for storing forces
Diffstat (limited to 'structs')
| -rw-r--r-- | structs/structs.go | 5 | 
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 +}  | 
