Expand description
Math Library of CGL
Modules
- Some popular activation functions and their derivatives.
- The CGL Math Constants
Structs
- A 4-dimensional vector with
x
,y
,z
andw
components, all of which arei32
. - A 3x3 matrix struct used for graphics programming with OpenGL.
- A 4x4 matrix struct used for graphics programming with OpenGL.
- A 2-dimensional vector with
x
andy
components. - A 3-dimensional vector with
x
,y
andz
components. - A 4-dimensional vector with
x
,y
,z
andw
components.