Table of Contents

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

m b3Matrix3

The matrix.

a Vector3

The right-hand side.

Returns

Vector3

The solution, or the zero vector when the matrix is singular.