From be276888f6f6313dbedb5685b18624165e25f14d Mon Sep 17 00:00:00 2001 From: faiface <faiface@ksp.sk> Date: Tue, 14 Mar 2017 16:19:58 +0100 Subject: [PATCH] fix doc --- geometry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry.go b/geometry.go index 70c3261..9b61048 100644 --- a/geometry.go +++ b/geometry.go @@ -242,7 +242,7 @@ func (r Rect) Contains(u Vec) bool { // vertically and then rotates everything by 90 degrees around the origin. type Matrix [9]float64 -// IM stands for Zero-Matrix which is the identity matrix. Does nothing, no transformation. +// IM stands for identity matrix. Does nothing, no transformation. var IM = Matrix(mgl64.Ident3()) // Moved moves everything by the delta vector. -- GitLab