korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom.ds
/
Segment1D
Segment1D
data
class
Segment1D
(
val
start
:
Double
,
val
end
:
Double
)
Members
Members & Extensions
Constructors
Segment1D
Link copied to clipboard
constructor
(
start
:
Double
,
end
:
Double
)
constructor
(
start
:
Float
,
end
:
Float
)
Properties
end
Link copied to clipboard
val
end
:
Double
size
Link copied to clipboard
val
size
:
Double
start
Link copied to clipboard
val
start
:
Double
Functions
to
BVH
Link copied to clipboard
fun
Segment1D
.
toBVH
(
)
:
BVHRect