Home
last modified time | relevance | path

Searched defs:transform_point3 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddaffine3.rs372 pub fn transform_point3(&self, rhs: DVec3) -> DVec3 { in transform_point3() method
Ddmat4.rs992 pub fn transform_point3(&self, rhs: DVec3) -> DVec3 { in transform_point3() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Daffine3a.rs370 pub fn transform_point3(&self, rhs: Vec3) -> Vec3 { in transform_point3() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat4.rs1010 pub fn transform_point3(&self, rhs: Vec3) -> Vec3 { in transform_point3() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat4.rs1089 pub fn transform_point3(&self, rhs: Vec3) -> Vec3 { in transform_point3() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat4.rs1089 pub fn transform_point3(&self, rhs: Vec3) -> Vec3 { in transform_point3() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat4.rs1098 pub fn transform_point3(&self, rhs: Vec3) -> Vec3 { in transform_point3() method