Vec3.__mul
Kind: Operation
Environments: Game, Terrain
Game
Vec3 * Vec3
Vec3 * number
Operations:
| Operation | Returns | Description |
|---|---|---|
Vec3 * Vec3 |
Vec3 | Returns the product of two vectors, multiplying element by element. |
Vec3 * number |
Vec3 | Returns the product of a vector and a scalar. |
Terrain
Vec3 * Vec3
Vec3 * number
Open the full Terrain reference
Operations: