toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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
:
Float
,
end
:
Float
)
constructor
(
start
:
Double
,
end
:
Double
)
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