Vector4

Overview

Vector4 is a class in Aspose.3D FOSS for Java. Inherits from: Serializable.

Vector4.Vector4 initializes the vector with the supplied x, y, z, and w components.

Methods

SignatureDescription
Vector4()Initializes the vector with the supplied x, y, z, and w components
Vector4(x: double, y: double, z: double, w: double)