ProtoTwin API
Preparing search index...
IVec2
Interface IVec2
Interface for 2D vectors.
interface
IVec2
{
x
:
number
;
y
:
number
;
}
Implemented by
Vec2
Index
Properties
x
y
Properties
Readonly
x
x
:
number
The x component of the vector.
Readonly
y
y
:
number
The y component of the vector.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
x
y
ProtoTwin API
Loading...
Interface for 2D vectors.