Preparing search index...
The search index is not available
SCI.js
SCI.js
@4bitlabs/vec2
sub
Function sub
Subtract vector second from the first vector
(a - b)
, and put the result in out.
sub
(
a
,
b
,
out
?
)
:
MutableVec2
Parameters
a
:
Vec2
b
:
Vec2
out
:
MutableVec2
= ...
Returns
MutableVec2
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SCI.js
Loading...
Subtract vector second from the first vector
(a - b)
, and put the result in out.