dot

fun dot(aX: Double, aY: Double, bX: Double, bY: Double): Double
fun dot(a: MPoint, b: MPoint): Double