Searched refs:angularDistance (Results 1 – 4 of 4) sorted by relevance
| /xr/runtime/runtime/src/test/kotlin/androidx/xr/runtime/math/ |
| D | Vector2Test.kt | 206 assertThat(Vector2.angularDistance(Vector2(1f, 0f), Vector2(0f, 1f))) in angularDistance_returnsAngleBetweenTwoVectors1() 213 assertThat(Vector2.angularDistance(Vector2(1f, 0f), Vector2(-1f, 0f))) in angularDistance_returnsAngleBetweenTwoVectors2() 220 assertThat(Vector2.angularDistance(Vector2(2f, 4f), Vector2(4f, 8f))).isWithin(1e-5f).of(0f) in angularDistance_returnsAngleBetweenTwoVectors3() 225 assertThat(Vector2.angularDistance(Vector2(2f, 2f), Vector2(0f, 3f))) in angularDistance_returnsAngleBetweenTwoVectors4()
|
| /xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/math/ |
| D | Vector2.kt | 133 public fun angularDistance(vector1: Vector2, vector2: Vector2): Float { in hashCode() method
|
| /xr/runtime/runtime/api/ |
| D | current.txt | 323 …method public static float angularDistance(androidx.xr.runtime.math.Vector2 vector1, androidx.xr.r… 359 …method public float angularDistance(androidx.xr.runtime.math.Vector2 vector1, androidx.xr.runtime.…
|
| D | restricted_current.txt | 1652 …method public static float angularDistance(androidx.xr.runtime.math.Vector2 vector1, androidx.xr.r… 1688 …method public float angularDistance(androidx.xr.runtime.math.Vector2 vector1, androidx.xr.runtime.…
|