ABCResult

data class ABCResult(val A: Point, val B: Point, val C: Point, val S: Point, val E: Point)

Constructors

Link copied to clipboard
constructor(A: Point, B: Point, C: Point, S: Point, E: Point)

Properties

Link copied to clipboard
val A: Point
Link copied to clipboard
val B: Point
Link copied to clipboard
val C: Point
Link copied to clipboard
val E: Point
Link copied to clipboard
val S: Point