FVector4

Overview

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

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

This class provides 1 method for working with FVector4 objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: w, x, y, z.

Properties

NameTypeAccessDescription
xfloatRead/WriteGets or sets the x.
yfloatRead/WriteGets or sets the y.
zfloatRead/WriteGets or sets the z.
wfloatRead/WriteGets or sets the w.

Methods

SignatureDescription
__init__(x, y, z, w)

See Also