Vec3.dot
Returns the dot product of a vector.
Kind: Function
Environments: Game, Terrain
Game
vec3:dot( v2 )
Parameters:
Returns:
| Type | Description |
|---|---|
| number | The dot product. |
Terrain
vec3:dot( v2 )
Open the full Terrain reference
Parameters:
Returns:
| Type | Description |
|---|---|
| number | The dot product. |