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