core/math/linalg/glsl

math_linalg_glsl

Types

41

mat2

mat2 :: matrix[2, 2]f32Source

Odin matrices are stored internally as Column-Major, which matches OpenGL/GLSL by default

mat3x2

mat3x2 :: matrix[2, 3]f32Source

IMPORTANT NOTE: These data types are "backwards" in normal mathematical terms but they match how GLSL and OpenGL defines them in name Odin: matrix[R, C]f32 GLSL: matCxR

Constants

15

PI

PI :: 3.14159265358979323846264338327950288Source

Procedures

593

Procedure Groups

63

Reference search

Find anything

Documentation preferences

Settings

System theme variants

Used only while Theme is set to System.