言語

Matrix4x4.Negate(Matrix4x4) メソッド

定義

すべての値に -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

パラメーター

value
Matrix4x4

否定する行列。

返品

否定行列。

適用対象