Matrix3x2.Z 속성

정의

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

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

속성 값

설명

이 행은 인덱[2]스에 있습니다. .M31M32

적용 대상