Home
last modified time | relevance | path

Searched defs:Down (Results 1 – 2 of 2) sorted by relevance

/xr/runtime/runtime/src/main/kotlin/androidx/xr/runtime/math/
DVector2.kt119 @JvmField public val Down: Vector2 = Vector2(x = 0f, y = -1f) in hashCode() constant
DVector3.kt130 @JvmField public val Down: Vector3 = Vector3(x = 0f, y = -1f, z = 0f) in toString() constant