Kotlin Computational Geometry
Toggle table of contents
0.3.0-rc2
Select version
0.3.0-rc6
0.3.0-rc5
0.3.0-rc4
0.3.0-rc3
0.3.0-rc2
0.3.0-rc1
0.3.0-rc0
0.2.0
0.1.0
common
Platform filter
common
Switch theme
Search in API
Kotlin Computational Geometry
Kotlin Computational Geometry
/
io.github.cponfick.kompgeom.euclidean.utils
/
IntersectionData
/
IntersectionData
Intersection
Data
constructor
(
type
:
IntersectionType
,
point
:
V
?
=
null
,
segment
:
Segment
<
V
>
?
=
null
)
(
source
)
Parameters
V
The type of vector representing the points in the intersection.