Edit

Share via


Matrix4x4.X Property

Definition

Gets or sets the first row of the matrix.

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

Property Value

Remarks

This row comprises M11, M12, M13, and M14; it exists at index: [0].

Applies to