Searched defs:dot (Results 1 – 5 of 5) sorted by relevance
49 val dot = Math.abs(actual.toNormalized().dot(expected.toNormalized())) in assertRotation() constant
79 public inline infix fun dot(other: Vector2): Float = x * other.x + y * other.y in cross() method in androidx.xr.runtime.math.Vector2134 val dot = vector1 dot vector2 in hashCode() constant
81 public infix fun dot(other: Vector4): Float = in unaryMinus() method in androidx.xr.runtime.math.Vector4147 val dot = vector1 dot vector2 in toString() constant
75 public infix fun dot(other: Vector3): Float = x * other.x + y * other.y + z * other.z in unaryMinus() method in androidx.xr.runtime.math.Vector3153 val dot = vector1 dot vector2 in toString() constant
145 public inline infix fun dot(other: Quaternion): Float = in dot() method392 public fun dot(lhs: Quaternion, rhs: Quaternion): Float = in toString() method