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/ |
D | daffine3.rs | 145 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
|
D | dmat3.rs | 197 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
|
D | dquat.rs | 133 pub fn from_axis_angle(axis: DVec3, angle: f64) -> Self { in from_axis_angle() method
|
D | dmat4.rs | 337 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/ |
D | affine3a.rs | 147 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | mat3.rs | 197 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/ |
D | mat3a.rs | 196 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | quat.rs | 129 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | mat4.rs | 344 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/ |
D | mat3a.rs | 199 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | quat.rs | 137 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | mat4.rs | 347 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/ |
D | mat3a.rs | 197 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | quat.rs | 137 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | mat4.rs | 355 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/ |
D | mat3a.rs | 196 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | quat.rs | 129 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|
D | mat4.rs | 344 pub fn from_axis_angle(axis: Vec3, angle: f32) -> Self { in from_axis_angle() method
|