Home
last modified time | relevance | path

Searched defs:from_axis_angle (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddaffine3.rs145 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
Ddmat3.rs197 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
Ddquat.rs133 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
Ddmat4.rs337 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Daffine3a.rs147 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat3.rs197 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat3a.rs196 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs129 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs344 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat3a.rs199 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs137 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs347 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat3a.rs197 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs137 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs355 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat3a.rs196 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs129 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs344 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method