Matrix4x4.X Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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]
.