SCI.js
Preparing search index...
@4bitlabs/vec2
scale
Function scale
scale
(
vec
:
Vec2
,
scalar
:
number
,
out
?:
MutableVec2
)
:
MutableVec2
Scale a vector by a scalar, and put the result in out.
Parameters
vec
:
Vec2
scalar
:
number
out
:
MutableVec2
= ...
Returns
MutableVec2
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SCI.js
Loading...
Scale a vector by a scalar, and put the result in out.