NMatrix3 Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public struct NMatrix3 : IEquatable<OpenTK.NMatrix3>
type NMatrix3 = struct
- Héritage
-
NMatrix3
- Implémente
Constructeurs
NMatrix3(Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Champs
Identity | |
R0C0 | |
R0C1 | |
R0C2 | |
R1C0 | |
R1C1 | |
R1C2 | |
R2C0 | |
R2C1 | |
R2C2 |
Propriétés
Determinant |
Méthodes
Equals(NMatrix3) | |
Equals(Object) | |
GetHashCode() | |
Multiply(NMatrix3, NMatrix3, NMatrix3) | |
Multiply(NMatrix3, NMatrix3) | |
ToString() | |
Transpose() | |
Transpose(NMatrix3, NMatrix3) | |
Transpose(NMatrix3) |
Opérateurs
Equality(NMatrix3, NMatrix3) | |
Explicit(Matrix3 to NMatrix3) | |
Explicit(NMatrix3 to Matrix3) | |
Inequality(NMatrix3, NMatrix3) | |
Multiply(NMatrix3, NMatrix3) |