Matrix3D Struct
Definizione
Rappresenta una matrice 4x4 usata per le trasformazioni in uno spazio tridimensionale (3D).Represents a 4 × 4 matrix that is used for transformations in a three-dimensional (3-D) space.
public value class Matrix3D : IFormattable
public struct Matrix3D : IFormattable
[System.Security.SecurityCritical]
public struct Matrix3D : IFormattable
type Matrix3D = struct
interface IFormattable
[<System.Security.SecurityCritical>]
type Matrix3D = struct
interface IFormattable
Public Structure Matrix3D
Implements IFormattable
- Ereditarietà
- Attributi
- Implementazioni
Commenti
Questo struct rappresenta la proiezione .NET dello struct Windows Runtime (WinRT) Matrix3D
.This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. Per altre informazioni, vedere Matrix3D nella Guida di riferimento all'API UWP.For more information, see Matrix3D in the UWP API reference.
Costruttori
Matrix3D(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double) |
Inizializza una nuova istanza della classe Matrix3D.Initializes a new instance of the Matrix3D class. |
Proprietà
HasInverse |
Ottiene un valore che indica se Matrix3D è invertibile.Gets a value that indicates whether this Matrix3D is invertible. |
Identity |
Cambia uno struct Matrix3D in uno struct Matrix3D di identità.Changes a Matrix3D struct into an identity Matrix3D. |
IsIdentity |
Determina se lo struct Matrix3D è uno struct Matrix3D di identità.Determines whether this Matrix3D struct is an identity Matrix3D. |
M11 |
Ottiene o imposta il valore della prima riga e della prima colonna di questo struct Matrix3D.Gets or sets the value of the first row and first column of this Matrix3D. |
M12 |
Ottiene o imposta il valore della prima riga e della seconda colonna di questo struct Matrix3D.Gets or sets the value of the first row and second column of this Matrix3D. |
M13 |
Ottiene o imposta il valore della prima riga e della terza colonna di questo struct Matrix3D.Gets or sets the value of the first row and third column of this Matrix3D. |
M14 |
Ottiene o imposta il valore della prima riga e della quarta colonna di questo struct Matrix3D.Gets or sets the value of the first row and fourth column of this Matrix3D. |
M21 |
Ottiene o imposta il valore della seconda riga e della prima colonna di questo struct Matrix3D.Gets or sets the value of the second row and first column of this Matrix3D. |
M22 |
Ottiene o imposta il valore della seconda riga e della seconda colonna di questo struct Matrix3D.Gets or sets the value of the second row and second column of this Matrix3D. |
M23 |
Ottiene o imposta il valore della seconda riga e della terza colonna di questo struct Matrix3D.Gets or sets the value of the second row and third column of this Matrix3D. |
M24 |
Ottiene o imposta il valore della seconda riga e della quarta colonna di questo struct Matrix3D.Gets or sets the value of the second row and fourth column of this Matrix3D. |
M31 |
Ottiene o imposta il valore della terza riga e della prima colonna di questo struct Matrix3D.Gets or sets the value of the third row and first column of this Matrix3D. |
M32 |
Ottiene o imposta il valore della terza riga e della seconda colonna di questo struct Matrix3D.Gets or sets the value of the third row and second column of this Matrix3D. |
M33 |
Ottiene o imposta il valore della terza riga e della terza colonna di questo struct Matrix3D.Gets or sets the value of the third row and third column of this Matrix3D. |
M34 |
Ottiene o imposta il valore della terza riga e della quarta colonna di questo struct Matrix3D.Gets or sets the value of the third row and fourth column of this Matrix3D. |
M44 |
Ottiene o imposta il valore della quarta riga e della quarta colonna di questo struct Matrix3D.Gets or sets the value of the fourth row and fourth column of this Matrix3D. |
OffsetX |
Ottiene o imposta il valore della quarta riga e della prima colonna di questo struct Matrix3D.Gets or sets the value of the fourth row and first column of this Matrix3D. |
OffsetY |
Ottiene o imposta il valore della quarta riga e della seconda colonna di questo struct Matrix3D.Gets or sets the value of the fourth row and second column of this Matrix3D. |
OffsetZ |
Ottiene o imposta il valore della quarta riga e della terza colonna di questo struct Matrix3D.Gets or sets the value of the fourth row and third column of this Matrix3D. |
Metodi
Equals(Matrix3D) |
Verifica l'uguaglianza tra due matrici.Tests for equality between two matrices. |
Equals(Object) |
Verifica l'uguaglianza tra due matrici.Tests for equality between two matrices. |
GetHashCode() |
Restituisce il codice hash per questa matrice.Returns the hash code for this matrix. |
Invert() | |
ToString() |
Crea una rappresentazione in forma di stringa di Matrix3D.Creates a string representation of this Matrix3D. |
ToString(IFormatProvider) |
Crea una rappresentazione in forma di stringa di Matrix3D.Creates a string representation of this Matrix3D. |
Operatori
Equality(Matrix3D, Matrix3D) |
Verifica l'uguaglianza tra due istanze di Matrix3D.Compares two Matrix3D instances for equality. |
Inequality(Matrix3D, Matrix3D) |
Verifica l'ineguaglianza tra due istanze di Matrix3D.Compares two Matrix3D instances for inequality. |
Multiply(Matrix3D, Matrix3D) |
Moltiplica le matrici specificate.Multiplies the specified matrices. |
Implementazioni dell'interfaccia esplicita
IFormattable.ToString(String, IFormatProvider) |
Per una descrizione di questo membro, vedere ToString(String, IFormatProvider).For a description of this member, see ToString(String, IFormatProvider). |