Matrix4x4.Translation プロパティ

定義

この行列の変換コンポーネントを取得または設定します。

public:
 property System::Numerics::Vector3 Translation { System::Numerics::Vector3 get(); void set(System::Numerics::Vector3 value); };
public System.Numerics.Vector3 Translation { get; set; }
member this.Translation : System.Numerics.Vector3 with get, set
Public Property Translation As Vector3

プロパティ値

現在のインスタンスの変換コンポーネント。

注釈

翻訳コンポーネントは、 Wの最初の 3 列として格納されます。

適用対象