Point3

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