Home
last modified time | relevance | path

Searched defs:transform_point2 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddaffine2.rs244 pub fn transform_point2(&self, rhs: DVec2) -> DVec2 { in transform_point2() method
Ddmat3.rs478 pub fn transform_point2(&self, rhs: DVec2) -> DVec2 { in transform_point2() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Daffine2.rs255 pub fn transform_point2(&self, rhs: Vec2) -> Vec2 { in transform_point2() method
Dmat3.rs474 pub fn transform_point2(&self, rhs: Vec2) -> Vec2 { in transform_point2() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat3a.rs480 pub fn transform_point2(&self, rhs: Vec2) -> Vec2 { in transform_point2() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat3a.rs485 pub fn transform_point2(&self, rhs: Vec2) -> Vec2 { in transform_point2() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat3a.rs478 pub fn transform_point2(&self, rhs: Vec2) -> Vec2 { in transform_point2() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat3a.rs480 pub fn transform_point2(&self, rhs: Vec2) -> Vec2 { in transform_point2() method