Vector4
Overview
Vector4 is a class in Aspose.3D FOSS for Java.
Inherits from: Serializable.
Vector4.Vector4 initializes a vector with the specified x, y, z, and w component values.
This class provides 2 methods for working with Vector4 objects in Java programs.
Available methods include: Vector4.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Methods
| Signature | Description |
|---|---|
Vector4() | Initializes a vector with the specified x, y, z, and w component values |
Vector4(x: double, y: double, z: double, w: double) | Calls Vector4(x, y, z, w) on this Vector4 instance. |