@kognifai/cogsengine
Preparing search index...
cogs.esm
vec2
min
Function min
min
(
out
:
vec2
,
a
:
ReadonlyVec2
,
b
:
ReadonlyVec2
)
:
vec2
Returns the minimum of two vec2's
Parameters
out
:
vec2
the receiving vector
a
:
ReadonlyVec2
the first operand
b
:
ReadonlyVec2
the second operand
Returns
vec2
out
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@kognifai/cogsengine
Loading...
Returns the minimum of two vec2's