An NDoc Documented Class Library
Matrix Division Operator
Multiply the matrix by the inverse matrix of b;
public static
Matrix
operator /(
Matrix
a
,
Matrix
b
);
Parameters
a
b
Return Value
See Also
Matrix Class
|
Minais.Drawing3d.Math Namespace