div
Divides this Vector3 instance by another Vector3 instance.
Return
A new Vector3 instance representing the result of division.
Parameters
other
The Vector3 instance to divide by.
Divides this Vector3 instance by a scalar.
Return
A new Vector3 instance representing the result of division.
Parameters
scalar
The scalar to divide by.