Matrix3x2.X 속성

정의

행렬의 첫 번째 행을 가져오거나 설정합니다.

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

속성 값

설명

이 행은 인덱M11스에 있습니다. .M12[0]

적용 대상