MSegmentInt

data class MSegmentInt(var x0: Int, var y0: Int, var x1: Int, var y1: Int) : ISegmentInt

Constructors

Link copied to clipboard
constructor()
constructor(x0: Int, y0: Int, x1: Int, y1: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dx: Int
Link copied to clipboard
val dy: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var x0: Int
Link copied to clipboard
open override var x1: Int
Link copied to clipboard
val xMax: Int
Link copied to clipboard
val xMin: Int
Link copied to clipboard
open override var y0: Int
Link copied to clipboard
open override var y1: Int
Link copied to clipboard
val yMax: Int
Link copied to clipboard
val yMin: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setTo(x0: Int, y0: Int, x1: Int, y1: Int)
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun x(y: Int): Int
Link copied to clipboard
fun y(x: Int): Int