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

SignatureDescription
FVector3()Initializes a vector with the specified x, y, and z float values
FVector3(x: float, y: float, z: float)

See Also