Vector2

fun <N> Vector2(coordinates: MDList1<N>): Vector2<N>(source)
fun <N> Vector2(x: N, y: N): Vector2<N>(source)