Matrix4x4.Z Propiedad

Definición

Obtiene o establece la tercera fila de la matriz.

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

Valor de propiedad

Comentarios

Esta fila consta de M31, M32, M33y M34; existe en el índice: [2].

Se aplica a