@kognifai/cogsengine
Preparing search index...
cogs.esm
vec3
dot
Function dot
dot
(
a
:
ReadonlyVec3
,
b
:
ReadonlyVec3
)
:
number
Calculates the dot product of two vec3's
Parameters
a
:
ReadonlyVec3
the first operand
b
:
ReadonlyVec3
the second operand
Returns
number
dot product of a and b
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@kognifai/cogsengine
Loading...
Calculates the dot product of two vec3's