dot

fun <T : Vec<T>> dot(a: T, b: T): Double(source)
fun dot(a: Vec2, b: Vec2): Double(source)