Vec3:div

Edit

Divides the vector by a vector or a number.



Arguments

NameTypeDescription
uVec3 The other vector to divide the components by.

Returns

NameTypeDescription
selfVec3 The modified vector.

Arguments

NameTypeDefaultDescription
xnumber A value to divide x component by.
ynumberx A value to divide y component by.
znumberx A value to divide z component by.

Returns

NameTypeDescription
selfVec3 The modified vector.

See also