From 5ca2e75f806254e719e90562fbaf4812c5f5f4c5 Mon Sep 17 00:00:00 2001 From: emile Date: Mon, 8 Oct 2018 15:25:21 +0200 Subject: Commented Code --- structs/structs.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'structs/structs.go') diff --git a/structs/structs.go b/structs/structs.go index 7b9bc3e..bfce681 100644 --- a/structs/structs.go +++ b/structs/structs.go @@ -1,13 +1,16 @@ package structs +// Force struct soring a force vector type Force struct { X, Y float64 } +// Coord struct storing coordinates type Coord struct { X, Y float64 } +// Star struct storing all necessary star information type Star struct { C Coord F Force -- cgit 1.4.1