MPointInt

Deprecated

Use PointInt instead

Constructors

Link copied to clipboard
constructor(p: MPoint)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val p: MPoint
Link copied to clipboard
Link copied to clipboard
var x: Int
Link copied to clipboard
var y: Int

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun compareTo(other: MPointInt): Int
Link copied to clipboard
operator fun divAssign(other: MPointInt)
Link copied to clipboard
operator fun minusAssign(other: MPointInt)
Link copied to clipboard
operator fun plusAssign(other: MPointInt)
Link copied to clipboard
operator fun remAssign(other: MPointInt)
Link copied to clipboard
fun setTo(x: Int, y: Int): MPointInt
Link copied to clipboard
open override fun setToInterpolated(ratio: Ratio, l: MPointInt, r: MPointInt): MPointInt
Link copied to clipboard
operator fun timesAssign(other: MPointInt)
Link copied to clipboard
open override fun toString(): String