nape-js API
GitHub
Home
Preparing search index...
VoronoiPoint
Interface VoronoiPoint
A 2D point (plain object — avoids coupling to Vec2 pooling).
interface
VoronoiPoint
{
x
:
number
;
y
:
number
;
}
Index
Properties
x
y
Properties
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
GitHub
Home
nape-js API
Loading...
A 2D point (plain object — avoids coupling to Vec2 pooling).