Home
last modified time | relevance | path

Searched defs:to_cols_array_2d (Results 1 – 23 of 23) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/f64/
Ddaffine2.rs86 pub fn to_cols_array_2d(&self) -> [[f64; 2]; 3] { in to_cols_array_2d() method
Ddaffine3.rs89 pub fn to_cols_array_2d(&self) -> [[f64; 3]; 4] { in to_cols_array_2d() method
Ddmat2.rs81 pub const fn to_cols_array_2d(&self) -> [[f64; 2]; 2] { in to_cols_array_2d() method
Ddmat3.rs138 pub const fn to_cols_array_2d(&self) -> [[f64; 3]; 3] { in to_cols_array_2d() method
Ddmat4.rs165 pub const fn to_cols_array_2d(&self) -> [[f64; 4]; 4] { in to_cols_array_2d() method
/external/rust/android-crates-io/crates/glam/src/f32/
Daffine2.rs86 pub fn to_cols_array_2d(&self) -> [[f32; 2]; 3] { in to_cols_array_2d() method
Daffine3a.rs91 pub fn to_cols_array_2d(&self) -> [[f32; 3]; 4] { in to_cols_array_2d() method
Dmat3.rs138 pub const fn to_cols_array_2d(&self) -> [[f32; 3]; 3] { in to_cols_array_2d() method
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat2.rs85 pub const fn to_cols_array_2d(&self) -> [[f32; 2]; 2] { in to_cols_array_2d() method
Dmat3a.rs138 pub const fn to_cols_array_2d(&self) -> [[f32; 3]; 3] { in to_cols_array_2d() method
Dmat4.rs171 pub const fn to_cols_array_2d(&self) -> [[f32; 4]; 4] { in to_cols_array_2d() method
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat2.rs99 pub const fn to_cols_array_2d(&self) -> [[f32; 2]; 2] { in to_cols_array_2d() method
Dmat3a.rs140 pub const fn to_cols_array_2d(&self) -> [[f32; 3]; 3] { in to_cols_array_2d() method
Dmat4.rs161 pub const fn to_cols_array_2d(&self) -> [[f32; 4]; 4] { in to_cols_array_2d() method
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat2.rs80 pub const fn to_cols_array_2d(&self) -> [[f32; 2]; 2] { in to_cols_array_2d() method
Dmat3a.rs137 pub const fn to_cols_array_2d(&self) -> [[f32; 3]; 3] { in to_cols_array_2d() method
Dmat4.rs158 pub const fn to_cols_array_2d(&self) -> [[f32; 4]; 4] { in to_cols_array_2d() method
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dmat2.rs96 pub const fn to_cols_array_2d(&self) -> [[f32; 2]; 2] { in to_cols_array_2d() method
Dmat3a.rs137 pub const fn to_cols_array_2d(&self) -> [[f32; 3]; 3] { in to_cols_array_2d() method
Dmat4.rs158 pub const fn to_cols_array_2d(&self) -> [[f32; 4]; 4] { in to_cols_array_2d() method
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat2.rs80 pub const fn to_cols_array_2d(&self) -> [[f32; 2]; 2] { in to_cols_array_2d() method
Dmat3a.rs137 pub const fn to_cols_array_2d(&self) -> [[f32; 3]; 3] { in to_cols_array_2d() method
Dmat4.rs158 pub const fn to_cols_array_2d(&self) -> [[f32; 4]; 4] { in to_cols_array_2d() method