Matrix3d Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[System.Serializable]
public struct Matrix3d : IEquatable<OpenTK.Matrix3d>
type Matrix3d = struct
- Vererbung
-
Matrix3d
- Attribute
- Implementiert
Konstruktoren
| Matrix3d(Double, Double, Double, Double, Double, Double, Double, Double, Double) | |
| Matrix3d(Double[]) | |
| Matrix3d(Matrix3d) | |
| Matrix3d(Quaterniond) |
Felder
| Identity | |
| R0C0 | |
| R0C1 | |
| R0C2 | |
| R1C0 | |
| R1C1 | |
| R1C2 | |
| R2C0 | |
| R2C1 | |
| R2C2 | |
| Zero |
Eigenschaften
| Determinant | |
| Item[Int32, Int32] | |
| Item[Int32] |
Methoden
Operatoren
| Explicit(Matrix3d to Double[]) | |
| Explicit(Matrix3d to Double*) | |
| Explicit(Matrix3d to IntPtr) |