Versions in this module Expand all Collapse all v0 v0.2.0 Aug 9, 2026 v0.1.0 Aug 1, 2026 Changes in this version + type Mat4 [4]Vec4 + func NewIdentity() Mat4 + func NewScale(x, y, z float32) Mat4 + func NewTranslate(x, y, z float32) Mat4 + func (m Mat4) Mul(b Mat4) Mat4 + func (m Mat4) ScaleAniso(x, y, z float32) Mat4 + type Vec4 [4]float32