toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.bezier
/
CurveLUT
/
Estimation
Estimation
data
class
Estimation
(
var
point
:
Point
=
Point()
,
var
ratio
:
Ratio
=
Ratio.ZERO
,
var
length
:
Double
=
0.0
)
Members
Constructors
Estimation
Link copied to clipboard
constructor
(
point
:
Point
=
Point()
,
ratio
:
Ratio
=
Ratio.ZERO
,
length
:
Double
=
0.0
)
Properties
length
Link copied to clipboard
var
length
:
Double
point
Link copied to clipboard
var
point
:
Point
ratio
Link copied to clipboard
var
ratio
:
Ratio
Functions
round
Decimal
Digits
Link copied to clipboard
fun
roundDecimalDigits
(
places
:
Int
)
:
CurveLUT.Estimation
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String