math docs
Preparing search index...
index
vec3
dot
Function dot
dot
(
a
:
vec3
.
Vec3
,
b
:
vec3
.
Vec3
)
:
number
Calculates the dot product of two vec3's
Parameters
a
:
vec3
.
Vec3
the first operand
b
:
vec3
.
Vec3
the second operand
Returns
number
dot product of a and b
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
math docs
Loading...
Calculates the dot product of two vec3's