Home
last modified time | relevance | path

Searched defs:yaw (Results 1 – 13 of 13) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
DTouchTrackerTest.java36 private float yaw; field in TouchTrackerTest
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
DTouchTrackerTest.java36 private float yaw; field in TouchTrackerTest
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Deuler_angles.inl172 T const & yaw,
207 T const & yaw,
/external/rust/crates/glam/tests/
Dquat.rs67 let yaw = deg(30.0); localVariable
591 let yaw = deg(30.0); localVariable
Dmat3.rs179 let yaw = deg(30.0); localVariable
Dmat4.rs228 let yaw = deg(30.0); localVariable
/external/rust/pica/src/bin/server/
Dweb.rs65 yaw: i16, field
/external/rust/crates/glam/src/features/
Dimpl_rand.rs87 let yaw = -PI + rng.gen::<$t>() * 2.0 * PI; localVariable
/external/rust/crates/glam/benches/
Dsupport.rs91 let yaw = random_radians(rng); in random_quat() localVariable
/external/angle/util/
DMatrix.cpp130 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) in rollPitchYaw()
/external/rust/crates/plotters/src/coord/ranged3d/
Dprojection.rs146 pub yaw: f64, field
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl581 GLM_FUNC_QUALIFIER T yaw(tquat<T, P> const & q) function
/external/rust/pica/src/
Duci_packets.rs2003 pub yaw: u16, field
2050 let yaw = u16::from_le_bytes([bytes[6], bytes[7]]); in parse() localVariable
2085 let yaw = self.yaw; in write_to() localVariable