Triangle

data class Triangle(val x1: Int, val y1: Int, val x2: Int, val y2: Int, val x3: Int, val y3: Int) : NoHornyImage.Instruction

Constructors

Link copied to clipboard
constructor(x1: Int, y1: Int, x2: Int, y2: Int, x3: Int, y3: Int)

Properties

Link copied to clipboard
val x1: Int
Link copied to clipboard
val x2: Int
Link copied to clipboard
val x3: Int
Link copied to clipboard
val y1: Int
Link copied to clipboard
val y2: Int
Link copied to clipboard
val y3: Int