Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 696 Bytes

decentraland-ecs.vector3.copyfromfloats.md

File metadata and controls

22 lines (15 loc) · 696 Bytes

Home > decentraland-ecs > Vector3 > copyFromFloats

Vector3.copyFromFloats method

Copies the given floats to the current Vector3 coordinates

Signature:

copyFromFloats(x: number, y: number, z: number): Vector3;

Returns: Vector3

the current updated Vector3

Parameters

Parameter Type Description
x number defines the x coordinate of the operand
y number defines the y coordinate of the operand
z number defines the z coordinate of the operand