Home > server > Vector3 > divide
Divides each component of the current vector by the corresponding component of another vector.
Signature:
divide(vector3: Vector3): Vector3;|
Parameter |
Type |
Description |
|---|---|---|
|
vector3 |
The vector to divide the current vector by. |
The current vector.