FVector4

Overview

FVector4 is a class in Aspose.3D FOSS for Python.

FVector4.x represents the X component of the 4‑dimensional vector.

Properties

NameTypeAccessDescription
xfloatReadRepresents the X component of the 4‑dimensional vector
yfloatRead
zfloatRead
wfloatReadRepresents the W component (often used for homogenous coordinates) of the vector
_x``Read
_y``Read
_z``Read
_w``Read

Methods

SignatureDescription
__init__(x, y, z, w)

See Also