Documentation
¶
Overview ¶
Package matrix provides support for common matrix maths operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Matrix3 ¶
type Matrix3 [3]Vector3
Matrix3 represents a 3x3 matrix of 3 column vectors.
func (Matrix3) Inverse ¶
Inverse returns the inverse of this matrix, panicking if one does not exist.
func (Matrix3) MulM ¶ added in v0.13.0
MulM returns the result of multiplying this matrix by another.
Click to show internal directories.
Click to hide internal directories.