Method b3Solve3
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Solve3(b3Matrix3, Vector3)
Solves m * x = a for x.
public static Vector3 b3Solve3(b3Matrix3 m, Vector3 a)Parameters
Returns
- Vector3
-
The solution, or the zero vector when the matrix is singular.