Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.computationalGeometry
/
dev.lounres.kone.computationalGeometry.curves
/
Segment2
Segment2
class
Segment2
<
N
>
(
val
start
:
Point2
<
N
>
,
val
direction
:
Vector2
<
N
>
)
:
Segment
<
N
>
(
source
)
Members
Members & Extensions
Constructors
Segment2
Link copied to clipboard
constructor
(
start
:
Point2
<
N
>
,
direction
:
Vector2
<
N
>
)
Properties
direction
Link copied to clipboard
open
override
val
direction
:
Vector2
<
N
>
end
Link copied to clipboard
val
<
N
>
Segment2
<
N
>
.
end
:
Point2
<
N
>
val
<
N
>
Segment
<
N
>
.
end
:
Point
<
N
>
start
Link copied to clipboard
open
override
val
start
:
Point2
<
N
>
Functions
intersect
Link copied to clipboard
fun
<
N
>
Segment2
<
N
>
.
intersect
(
other
:
Line2
<
N
>
)
:
Segment2WithLine2Intersection
<
N
>
fun
<
N
>
Segment2
<
N
>
.
intersect
(
other
:
Segment2
<
N
>
)
:
Segment2WithSegment2Intersection
<
N
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String