Lines Matching defs:q1
26 let q1 = $quat::from_vec4(v1); localVariable
50 let q1 = $quat::from_vec4($vec4::from(q0) * 2.0); localVariable
258 let q1 = $quat::from_euler(EulerRot::YXZ, 0.0, 0.0, 0.0); localVariable
288 let q1 = $quat::from_rotation_y(deg(90.0)); localVariable
302 let q1 = $quat::from_rotation_y(deg(90.0)); localVariable
316 let q1 = $quat::from_rotation_y(deg(90.0)); localVariable
325 let q1 = $quat::IDENTITY; localVariable
333 let q1 = $quat::IDENTITY; localVariable
341 let q1 = $quat::IDENTITY; localVariable
349 let q1 = $quat::IDENTITY; localVariable
362 let q1 = $quat::from_euler(EulerRot::YXZ, FRAC_PI_2, 0.0, 0.0); localVariable
386 let q1 = $quat::from_euler(EulerRot::YXZ, 1e-4, 0.0, 0.0); localVariable