FVector3 — Aspose.3D FOSS Python API Reference

FVector3 — FVector3 class..

Package: aspose.threed


Properties

PropertyTypeDescription
xfloat
yfloat
zfloat

Methods

MethodReturnsDescription
x()float
x(…) [overload 2]``
y()float
y(…) [overload 2]``
z()float
z(…) [overload 2]``
zero()'FVector3'
one()'FVector3'
unit_x()'FVector3'
unit_y()'FVector3'
unit_z()'FVector3'
normalize()'FVector3'

See Also