Home
last modified time | relevance | path

Searched defs:with_x (Results 1 – 25 of 39) sorted by relevance

12

/external/rust/android-crates-io/crates/glam/src/f32/
Dvec2.rs150 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
Dvec3.rs179 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs150 pub fn with_x(mut self, x: f64) -> Self { in with_x() method
Ddvec3.rs179 pub fn with_x(mut self, x: f64) -> Self { in with_x() method
Ddvec4.rs179 pub fn with_x(mut self, x: f64) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec3a.rs189 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
Dvec4.rs190 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dvec3a.rs183 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
Dvec4.rs174 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs166 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
Dvec3a.rs178 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec3a.rs177 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
Dvec4.rs165 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs182 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
Dvec3a.rs191 pub fn with_x(mut self, x: f32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs133 pub fn with_x(mut self, x: u16) -> Self { in with_x() method
Du16vec4.rs156 pub fn with_x(mut self, x: u16) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/u8/
Du8vec2.rs133 pub fn with_x(mut self, x: u8) -> Self { in with_x() method
Du8vec3.rs161 pub fn with_x(mut self, x: u8) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs133 pub fn with_x(mut self, x: u64) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs133 pub fn with_x(mut self, x: u32) -> Self { in with_x() method
Duvec3.rs161 pub fn with_x(mut self, x: u32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec3.rs173 pub fn with_x(mut self, x: i8) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs142 pub fn with_x(mut self, x: i32) -> Self { in with_x() method
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs173 pub fn with_x(mut self, x: i64) -> Self { in with_x() method

12