@studiokeywi/banjo - v0.0.1
Banjo Docs
Banjo NPMJS
Banjo Repo
Preparing search index...
math/v2
Vector2
Type Alias Vector2<X, Y>
Vector2
:
Float64Array
&
[
x
:
X
,
y
:
Y
]
&
{
x
:
X
;
y
:
Y
}
2-dimensional Vector object
Type Parameters
X
extends
number
=
number
Y
extends
number
=
number
Type declaration
x
:
X
Value of the X coordinate
y
:
Y
Value of the Y coordinate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Banjo Docs
Banjo NPMJS
Banjo Repo
Banjo Docs
Banjo NPMJS
Banjo Repo
@studiokeywi/banjo - v0.0.1
Loading...
2-dimensional Vector object