Home
last modified time | relevance | path

Searched defs:DVec2 (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/glam/src/f64/
Ddvec2.rs16 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 …]
Ddaffine2.rs40 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()
Ddmat2.rs15 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()
Ddmat3.rs282 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()
Ddvec3.rs145 pub fn truncate(self) -> DVec2 { in truncate()
1164 fn from((v, z): (DVec2, f64)) -> Self { in from()
Ddvec4.rs1175 fn from((v, z, w): (DVec2, f64, f64)) -> Self { in from()
1182 fn from((v, u): (DVec2, DVec2)) -> Self { in from()
Ddquat.rs319 pub fn from_rotation_arc_2d(from: DVec2, to: DVec2) -> Self { in from_rotation_arc_2d()
/external/rust/crates/glam/src/swizzles/
Ddvec2_impl.rs5 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()
Ddvec3_impl.rs11 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()
Ddvec4_impl.rs11 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/
Dimpl_bytemuck.rs34 unsafe impl Pod for DVec2 {} implementation
35 unsafe impl Zeroable for DVec2 {} implementation
/external/deqp/framework/common/
DtcuVectorType.hpp68 typedef Vector<double, 2> DVec2; typedef
/external/rust/crates/glam/tests/
Dsupport.rs250 impl FloatCompare for DVec2 { implementation
/external/rust/crates/glam/src/f32/
Dvec2.rs654 pub fn as_dvec2(&self) -> crate::DVec2 { in as_dvec2()
/external/rust/crates/glam/src/i32/
Divec2.rs315 pub fn as_dvec2(&self) -> crate::DVec2 { in as_dvec2()
/external/rust/crates/glam/src/u32/
Duvec2.rs238 pub fn as_dvec2(&self) -> crate::DVec2 { in as_dvec2()