FVector2 — Aspose.3D FOSS TypeScript API Reference

FVector2 — FVector2 class in the Aspose.3D FOSS TypeScript API..

Package: aspose.threed


Methods

MethodReturnsDescription
x()number
y()number
toString()string
equals(other: FVector2)boolean
add(other: FVector2)FVector2
sub(other: FVector2)FVector2
mul(scalar: number)FVector2
div(scalar: number)FVector2
length()number
normalize()FVector2
dot(other: FVector2)number
parse(input: string)FVector2

See Also