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

符号反転の対象となる行列。

戻り値

Matrix4x4

符号反転された行列。

適用対象