ixfx
Preparing search index...
@ixfx/geometry
Points
Point
Type Alias Point
A point, consisting of x, y and maybe z fields.
type
Point
=
{
x
:
number
;
y
:
number
;
z
?:
number
;
}
Index
Properties
x
y
z?
Properties
Readonly
x
x
:
number
Readonly
y
y
:
number
Optional
Readonly
z
z
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
ixfx
Loading...
A point, consisting of x, y and maybe z fields.