FVector3, FVector4 — Aspose.3D FOSS for .NET
FVector3
Single-precision 3-component float vector. Appears in vertex element data arrays for normals and tangents.
Fields
| Name | Type | Description |
|---|---|---|
X | float | X component |
Y | float | Y component |
Z | float | Z component |
FVector4
Single-precision 4-component float vector. The storage type of VertexElementFVector data.
Fields
| Name | Type | Description |
|---|---|---|
X | float | X component |
Y | float | Y component |
Z | float | Z component |
W | float | W component |