toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.bezier
/
Curves
/
CurveInfo
Curve
Info
data
class
CurveInfo
(
val
index
:
Int
,
val
curve
:
Bezier
,
val
startLength
:
Double
,
val
endLength
:
Double
,
val
bounds
:
Rectangle
)
Members
Constructors
Curve
Info
Link copied to clipboard
constructor
(
index
:
Int
,
curve
:
Bezier
,
startLength
:
Double
,
endLength
:
Double
,
bounds
:
Rectangle
)
Properties
bounds
Link copied to clipboard
val
bounds
:
Rectangle
curve
Link copied to clipboard
val
curve
:
Bezier
end
Length
Link copied to clipboard
val
endLength
:
Double
index
Link copied to clipboard
val
index
:
Int
length
Link copied to clipboard
val
length
:
Double
start
Length
Link copied to clipboard
val
startLength
:
Double
Functions
contains
Link copied to clipboard
fun
contains
(
length
:
Double
)
:
Boolean