Skip to main content

solve_22

Function solve_22 

Source
pub fn solve_22(a: Mat22, b: Vec2) -> Vec2
Expand description

Solve A * x = b, where b is a column vector. This is more efficient than computing the inverse in one-shot cases.