| /external/rust/crates/glam/src/f64/ |
| D | dvec2.rs | 16 pub const fn dvec2(x: f64, y: f64) -> DVec2 { in dvec2() 25 pub struct DVec2 { struct 30 impl DVec2 { implementation 671 impl Default for DVec2 { implementation 678 impl Div<DVec2> for DVec2 { implementation 689 impl DivAssign<DVec2> for DVec2 { implementation 697 impl Div<f64> for DVec2 { implementation 708 impl DivAssign<f64> for DVec2 { implementation 719 fn div(self, rhs: DVec2) -> DVec2 { in div() 727 impl Mul<DVec2> for DVec2 { implementation [all …]
|
| D | daffine2.rs | 40 pub const fn from_cols(x_axis: DVec2, y_axis: DVec2, z_axis: DVec2) -> Self { in from_cols() 169 pub fn from_scale_angle_translation(scale: DVec2, angle: f64, translation: DVec2) -> Self { in from_scale_angle_translation() 201 pub fn transform_point2(&self, rhs: DVec2) -> DVec2 { in transform_point2() 210 pub fn transform_vector2(&self, rhs: DVec2) -> DVec2 { in transform_vector2()
|
| D | dmat2.rs | 15 pub const fn dmat2(x_axis: DVec2, y_axis: DVec2) -> DMat2 { in dmat2() 49 pub const fn from_cols(x_axis: DVec2, y_axis: DVec2) -> Self { in from_cols() 93 pub fn from_scale_angle(scale: DVec2, angle: f64) -> Self { in from_scale_angle() 140 pub fn col(&self, index: usize) -> DVec2 { in col() 154 pub fn col_mut(&mut self, index: usize) -> &mut DVec2 { in col_mut() 168 pub fn row(&self, index: usize) -> DVec2 { in row() 230 pub fn mul_vec2(&self, rhs: DVec2) -> DVec2 { in mul_vec2()
|
| D | dmat3.rs | 282 pub fn from_scale_angle_translation(scale: DVec2, angle: f64, translation: DVec2) -> Self { in from_scale_angle_translation() 455 pub fn transform_point2(&self, rhs: DVec2) -> DVec2 { in transform_point2() 470 pub fn transform_vector2(&self, rhs: DVec2) -> DVec2 { in transform_vector2()
|
| D | dvec3.rs | 145 pub fn truncate(self) -> DVec2 { in truncate() 1164 fn from((v, z): (DVec2, f64)) -> Self { in from()
|
| D | dvec4.rs | 1175 fn from((v, z, w): (DVec2, f64, f64)) -> Self { in from() 1182 fn from((v, u): (DVec2, DVec2)) -> Self { in from()
|
| D | dquat.rs | 319 pub fn from_rotation_arc_2d(from: DVec2, to: DVec2) -> Self { in from_rotation_arc_2d()
|
| /external/rust/crates/glam/src/swizzles/ |
| D | dvec2_impl.rs | 5 impl Vec2Swizzles for DVec2 { implementation 11 fn xx(self) -> DVec2 { in xx() 19 fn xy(self) -> DVec2 { in xy() 27 fn yx(self) -> DVec2 { in yx() 35 fn yy(self) -> DVec2 { in yy()
|
| D | dvec3_impl.rs | 11 fn xx(self) -> DVec2 { in xx() 19 fn xy(self) -> DVec2 { in xy() 27 fn xz(self) -> DVec2 { in xz() 35 fn yx(self) -> DVec2 { in yx() 43 fn yy(self) -> DVec2 { in yy() 51 fn yz(self) -> DVec2 { in yz() 59 fn zx(self) -> DVec2 { in zx() 67 fn zy(self) -> DVec2 { in zy() 75 fn zz(self) -> DVec2 { in zz()
|
| D | dvec4_impl.rs | 11 fn xx(self) -> DVec2 { in xx() 19 fn xy(self) -> DVec2 { in xy() 27 fn xz(self) -> DVec2 { in xz() 35 fn xw(self) -> DVec2 { in xw() 43 fn yx(self) -> DVec2 { in yx() 51 fn yy(self) -> DVec2 { in yy() 59 fn yz(self) -> DVec2 { in yz() 67 fn yw(self) -> DVec2 { in yw() 75 fn zx(self) -> DVec2 { in zx() 83 fn zy(self) -> DVec2 { in zy() [all …]
|
| /external/rust/crates/glam/src/features/ |
| D | impl_bytemuck.rs | 34 unsafe impl Pod for DVec2 {} implementation 35 unsafe impl Zeroable for DVec2 {} implementation
|
| /external/deqp/framework/common/ |
| D | tcuVectorType.hpp | 68 typedef Vector<double, 2> DVec2; typedef
|
| /external/rust/crates/glam/tests/ |
| D | support.rs | 250 impl FloatCompare for DVec2 { implementation
|
| /external/rust/crates/glam/src/f32/ |
| D | vec2.rs | 654 pub fn as_dvec2(&self) -> crate::DVec2 { in as_dvec2()
|
| /external/rust/crates/glam/src/i32/ |
| D | ivec2.rs | 315 pub fn as_dvec2(&self) -> crate::DVec2 { in as_dvec2()
|
| /external/rust/crates/glam/src/u32/ |
| D | uvec2.rs | 238 pub fn as_dvec2(&self) -> crate::DVec2 { in as_dvec2()
|