Documentation
¶
Overview ¶
WIP
TODO: * circular dependency on gameplaykit AND modelio
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matrix4 ¶
type Matrix4 struct { M11 float64 M12 float64 M13 float64 M14 float64 M21 float64 M22 float64 M23 float64 M24 float64 M31 float64 M32 float64 M33 float64 M34 float64 M41 float64 M42 float64 M43 float64 M44 float64 }
A representation of a 4 x 4 matrix. Full Topic
type Vector3 ¶
A representation of a three-component vector. Full Topic
Click to show internal directories.
Click to hide internal directories.