Vendor updates

This commit is contained in:
2018-10-13 01:38:03 +01:00
parent 0dd44d9de7
commit 197b5e696b
51 changed files with 70978 additions and 10088 deletions

View File

@@ -310,7 +310,7 @@ func (r Rect) Intersect(s Rect) Rect {
return t
}
// Matrix is a 3x2 affine matrix that can be used for all kinds of spatial transforms, such
// Matrix is a 2x3 affine matrix that can be used for all kinds of spatial transforms, such
// as movement, scaling and rotations.
//
// Matrix has a handful of useful methods, each of which adds a transformation to the matrix. For