Searched refs:angle_rad (Results 1 – 1 of 1) sorted by relevance
1065 static Quaternion<T> create_quaternion (Vec3d axis, T angle_rad) { in create_quaternion() argument1066 T theta_over_two = angle_rad / (T) 2.0; in create_quaternion()