NMatrix3 Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public struct NMatrix3 : IEquatable<OpenTK.NMatrix3>
type NMatrix3 = struct
- Herança
-
NMatrix3
- Implementações
Construtores
NMatrix3(Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Campos
Identity | |
R0C0 | |
R0C1 | |
R0C2 | |
R1C0 | |
R1C1 | |
R1C2 | |
R2C0 | |
R2C1 | |
R2C2 |
Propriedades
Determinant |
Métodos
Equals(NMatrix3) | |
Equals(Object) | |
GetHashCode() | |
Multiply(NMatrix3, NMatrix3, NMatrix3) | |
Multiply(NMatrix3, NMatrix3) | |
ToString() | |
Transpose() | |
Transpose(NMatrix3, NMatrix3) | |
Transpose(NMatrix3) |
Operadores
Equality(NMatrix3, NMatrix3) | |
Explicit(Matrix3 to NMatrix3) | |
Explicit(NMatrix3 to Matrix3) | |
Inequality(NMatrix3, NMatrix3) | |
Multiply(NMatrix3, NMatrix3) |