Matrix4x4.Negate(Matrix4x4) Metoda

Definice

Neguje zadanou matici vynásobením všech hodnot hodnotou -1.

public:
 static System::Numerics::Matrix4x4 Negate(System::Numerics::Matrix4x4 value);
public static System.Numerics.Matrix4x4 Negate (System.Numerics.Matrix4x4 value);
static member Negate : System.Numerics.Matrix4x4 -> System.Numerics.Matrix4x4
Public Shared Function Negate (value As Matrix4x4) As Matrix4x4

Parametry

value
Matrix4x4

Matice, která se má negovat.

Návraty

Negovaná matice.

Platí pro