package
0.0.0-20240926133928-8e5a07668fa5
Repository: https://github.com/johanhenriksson/goworld.git
Documentation: pkg.go.dev

# Functions

Ident returns a new 4x4 identity matrix.
No description provided by the author
Orthographic generates a left-handed orthographic projection matrix.
OrthographicRZ generates a left-handed orthographic projection matrix.
Perspective generates a left-handed perspective projection matrix with reversed depth.
Scale creates a homogeneous 3D scaling matrix.
Translate returns a homogeneous (4x4 for 3D-space) Translation matrix that moves a point by Tx units in the x-direction, Ty units in the y-direction, and Tz units in the z-direction.

# Type aliases

T holds a 4x4 float32 matrix.