FVector2 — Aspose.3D FOSS Python API Reference

FVector2 — FVector2 class..

Package: aspose.threed


Properties

PropertyTypeDescription
xfloat
yfloat

Methods

MethodReturnsDescription
x()float
x(…) [overload 2]``
y()float
y(…) [overload 2]``
length()float
normalize()'FVector2'
dot(other: 'FVector2')float
parse(input: str)``

See Also