Vec3.__div

Kind: Operation

Environments: Game, Terrain

Game

Vec3 / Vec3
Vec3 / number

Open the full Game reference

Operations:

Operation Returns Description
Vec3 / Vec3 Vec3 Returns the quotient of two vectors, dividing element by element.
Vec3 / number Vec3 Returns the quotient of a vector and a scalar.

Terrain

Vec3 / Vec3
Vec3 / number

Open the full Terrain reference

Operations:

Operation Returns Description
Vec3 / Vec3 Vec3 Returns the quotient of two vectors, dividing element by element.
Vec3 / number Vec3 Returns the quotient of a vector and a scalar.