Module core

Module core 

Source

Structs§

Point
A 2D point with integer coordinates.
Rect
A rectangle defined by a point and size.
Rectangle
A rectangle with integer position and dimensions.
Size
A size with integer dimensions.

Functions§

mat4_from_f32_array
Constructs a glam::Mat4 from a column-major [f32; 16] array.
mat4_to_f32_array
Converts a glam::Mat4 to a column-major [f32; 16] array.