pointOf

fun pointOf(x: Double, y: Double): Point

Return

An instance of Point built from the Double values x and y.

Author

Stanley Wintergreen

Since

0.1.0


fun pointOf(x: Int, y: Int): Point

Return

An instance of Point built from the Int values x and y.

Author

Stanley Wintergreen

Since

0.1.0

Sources

Link copied to clipboard
Link copied to clipboard