FVector3
Overview
FVector3 is a class in Aspose.3D FOSS for Java.
Inherits from: Serializable.
FVector3.FVector3 creates a vector with all components set to zero.
Methods
| Signature | Description |
|---|---|
FVector3() | Initializes a vector with the specified x, y, and z float values |
FVector3(x: float, y: float, z: float) |