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 1 method for working with Vector4 objects in Java programs.
Available methods include: Vector4.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Description
Vector4 is a class in the Aspose.3D FOSS library for Java that exposes 0 methods and 0 properties for programmatic use. It extends Serializable, inheriting shared functionality from its parent type.
The class offers 2 constructor overloads, allowing flexible initialization depending on the calling context.
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) |