Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/f64/
Ddaffine3.rs147 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
Ddquat.rs132 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
Ddmat3.rs235 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
Ddmat4.rs356 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
/external/rust/android-crates-io/crates/glam/src/f32/
Daffine3a.rs149 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat3.rs235 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat3a.rs301 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs136 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs365 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat3a.rs298 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs128 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs362 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat3a.rs299 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs136 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs374 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat3a.rs298 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs128 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs362 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dmat3a.rs298 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dquat.rs133 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
Dmat4.rs362 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method