FVector4

Overview

FVector4 is a class in Aspose.3d for Python.

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

Properties

NameTypeAccessDescription
xfloatReadRepresents the X component of the four‑dimensional vector
yfloatRead
zfloatRead
wfloatRead

Methods

SignatureDescription
__init__(x, y, z, w)