ixfx
Preparing search index...
@ixfx/geometry
Lines
Line
Type Alias Line
A line, which consists of an
a
and
b
Point
.
type
Line
=
{
a
:
Point
;
b
:
Point
;
}
Index
Properties
a
b
Properties
Readonly
a
a
:
Point
Readonly
b
b
:
Point
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
a
b
ixfx
Loading...
A line, which consists of an
a
andb
Point.