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