Companion
object Companion
Functions
Link copied to clipboard
fun ofInclusiveInterceptAndPoint( intercept: Option<Double>, pointX: Double, pointY: Option<Double>): LinearFunction
Returns a linear function by (0.0, intercept) and (pointX, pointY) within a closed parameter range. If the intercept or the pointY is not finite (e.g. NaN), the respective other value is used.
fun ofInclusiveInterceptAndPoint( intercept: Double, pointX: Double, pointY: Double): LinearFunction
Link copied to clipboard
fun ofInclusivePoints( point1X: Double, point1Y: Double, point2X: Double, point2Y: Double): LinearFunction
Link copied to clipboard
Link copied to clipboard
fun LinearFunction.Companion.ofSpiralCurvature(curvatureStart: Double, curvatureEnd: Double, length: Double): LinearFunction