entviz — @entviz/core & @entviz/react API
Preparing search index...
core/src/entviz
Rect
Interface Rect
An axis-aligned rectangle in the entviz's own user-units (the SVG viewBox coordinate system).
interface
Rect
{
h
:
number
;
w
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
h
w
x
y
Properties
h
h
:
number
w
w
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
h
w
x
y
entviz — @entviz/core & @entviz/react API
Loading...
An axis-aligned rectangle in the entviz's own user-units (the SVG viewBox coordinate system).