From 207271195592bce63c2f820fc6a07c3e774f75f6 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 5 Feb 2019 21:43:32 +0100 Subject: commented the Vec2 structure --- vector2D.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vector2D.go b/vector2D.go index e038f6e..5715d0d 100644 --- a/vector2D.go +++ b/vector2D.go @@ -16,6 +16,7 @@ package structs +// Vec2 defines a vector type Vec2 struct { X float64 `json:"X"` Y float64 `json:"Y"` -- cgit 1.4.1