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