Preparing search index...
The search index is not available
SCI.js
SCI.js
@4bitlabs/vec2
vec2
Function vec2
Create a vector with component (X, Y), defaults to (0,0).
vec2
(
x
?
,
y
?
)
:
MutableVec2
Parameters
x
:
number
= 0
y
:
number
= 0
Returns
MutableVec2
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
SCI.js
Loading...
Create a vector with component (X, Y), defaults to (0,0).