library / com.otaliastudios.zoom / AbsolutePoint / set

set

@JvmOverloads fun set(x: Number = this.x, y: Number = this.y): Unit

Set new coordinates

Parameters

x - x-axis value

y - y-axis value

fun set(p: AbsolutePoint): Unit

Set new coordinates

Parameters

p - the AbsolutePoint to copy values from