Estimation

data class Estimation(var point: Point = Point(), var ratio: Ratio = Ratio.ZERO, var length: Double = 0.0)

Constructors

Link copied to clipboard
constructor(point: Point = Point(), ratio: Ratio = Ratio.ZERO, length: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String