math docs
Preparing search index...
index
vec3
max
Function max
max
(
out
:
vec3
.
Vec3
,
a
:
vec3
.
Vec3
,
b
:
vec3
.
Vec3
)
:
vec3
.
Vec3
Returns the maximum 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 maximum of two vec3's