Description:

Divides a Vector3d by a number, having the effect of shrinking it. (Provided for languages that do not support operator overloading. You can use the / operator otherwise)

Syntax:
public static Vector3d Divide(
Vector3d vector,
double t
)
Parameters:
Returns:
Type: Vector3d
A new vector that is component-wise divided by t.
Available since:
5.0

Nothing found