math docs
Preparing search index...
index
vec3
min
Function min
min
(
out
:
vec3
.
Vec3
,
a
:
vec3
.
Vec3
,
b
:
vec3
.
Vec3
)
:
vec3
.
Vec3
Returns the minimum of two vec3's
Parameters
out
:
vec3
.
Vec3
the receiving vector
a
:
vec3
.
Vec3
the first operand
b
:
vec3
.
Vec3
the second operand
Returns
vec3
.
Vec3
out
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
math docs
Loading...
Returns the minimum of two vec3's