Skip to main content

solve3

Function solve3 

Source
pub fn solve3(m: Matrix3, a: Vec3) -> Vec3
Expand description

Solve a matrix equation. @return inv(m) * a