Vector3 — Aspose.3D FOSS for .NET
Enumerations
Vector3 è un vettore a precisione singola a 3 componenti usato in tutto Aspose.3D per posizioni, direzioni, valori di scala e dati di colore. I campi sono accessibili direttamente come proprietà pubbliche.
var a = new Vector3(1, 0, 0);
var b = new Vector3(0, 1, 0);Enumerations
| Enumerations | Enumerations | Enumerations |
|---|---|---|
X | float | Componente X |
Y | float | Componente Y |
Z | float | Componente Z |