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.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