FVector3 — Aspose.3D FOSS TypeScript API Reference

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

Package: aspose.threed


Methods

MethodReturnsDescription
x()number
y()number
z()number
zero()FVector3
one()FVector3
unitX()FVector3
unitY()FVector3
unitZ()FVector3
normalize()FVector3
getItem(key: number)number
setItem(key: number, value: number)void
toString()string
equals(other: FVector3)boolean

See Also