VRageMath.MatrixD.Negate - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MatrixD
public static MatrixD Negate(MatrixD matrix)
Negates individual elements of a matrix.
- MatrixD matrix
public static void Negate(ref MatrixD matrix, out MatrixD result)
Negates individual elements of a matrix.