@statox/vector
Preparing search index...
VectorLike
Interface VectorLike
An interface for objects with x and y properties.
interface
VectorLike
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
The value of the X axis
y
y
:
number
The value of the Y axis
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
@statox/vector
Loading...
An interface for objects with x and y properties.