/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec3a.rs | 695 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
D | vec4.rs | 673 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec4.rs | 694 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
D | vec3a.rs | 708 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec3a.rs | 733 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
D | vec4.rs | 712 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec2.rs | 668 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
D | vec3.rs | 727 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 668 pub fn clamp_length_min(self, min: f64) -> Self { in clamp_length_min() method
|
D | dvec3.rs | 727 pub fn clamp_length_min(self, min: f64) -> Self { in clamp_length_min() method
|
D | dvec4.rs | 769 pub fn clamp_length_min(self, min: f64) -> Self { in clamp_length_min() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec3a.rs | 736 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
D | vec4.rs | 781 pub fn clamp_length_min(self, min: f32) -> Self { in clamp_length_min() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/ |
D | vec2.rs | 875 $vec2::new(2.0, 1.0).clamp_length_min(0.5), 880 $vec2::new(0.6, 0.8).clamp_length_min(10.0),
|
D | vec3.rs | 971 $vec3::new(2.0, 1.0, 0.0).clamp_length_min(0.5), 976 $vec3::new(0.6, 0.8, 0.0).clamp_length_min(10.0),
|
D | vec4.rs | 1075 $vec4::new(2.0, 1.0, 0.0, 0.0).clamp_length_min(0.5), 1080 $vec4::new(0.6, 0.8, 0.0, 0.0).clamp_length_min(10.0),
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/ |
D | CHANGELOG.md | 567 * Added `clamp_length()`, `clamp_length_max()`, and `clamp_length_min` methods
|