Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 792 Bytes

File metadata and controls

55 lines (27 loc) · 792 Bytes

Home > server > Vector3 > divide

Vector3.divide() method

Divides each component of the current vector by the corresponding component of another vector.

Signature:

divide(vector3: Vector3): Vector3;

Parameters

Parameter

Type

Description

vector3

Vector3

The vector to divide the current vector by.

**Returns:**

Vector3

The current vector.