Function nannou::glam::f64::dquat

source ·
pub fn dquat(x: f64, y: f64, z: f64, w: f64) -> DQuat
Expand description

Creates a quaternion from x, y, z and w values.

This should generally not be called manually unless you know what you are doing. Use one of the other constructors instead such as identity or from_axis_angle.