Crate slender_math

source ·
Expand description

Lightweight math library for game development

Structs

Column-major 2x3 matrix, indexed as [row, column]
Column-major 4x4 matrix, indexed as [row, column]
A quaternion
A vector with 2 f32 components
A vector with 2 i32 components
A vector with 3 f32 components
A vector with 3 i32 components
A vector with 4 f32 components
A vector with 4 i32 components

Type Definitions

Column-major 2x3 matrix, indexed as [row, column]
Column-major 4x4 matrix, indexed as [row, column]
A quaternion
A vector with 2 f32 components
A vector with 2 i32 components
A vector with 3 f32 components
A vector with 3 i32 components
A vector with 4 f32 components
A vector with 4 i32 components