@kognifai/cogsengine
Preparing search index...
cogs.esm
vec2
dot
Function dot
dot
(
a
:
ReadonlyVec2
,
b
:
ReadonlyVec2
)
:
number
Calculates the dot product of two vec2's
Parameters
a
:
ReadonlyVec2
the first operand
b
:
ReadonlyVec2
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 vec2's