Quaternion.toAngleVec3
void toAngleVec3(out float angle, out graphene.vec3.Vec3 axis)Converts a quaternion into an angle, axis pair.
Parameters
angle | return location for the angle, in degrees |
axis | return location for the rotation axis |
void toAngleVec3(out float angle, out graphene.vec3.Vec3 axis)Converts a quaternion into an angle, axis pair.
angle | return location for the angle, in degrees |
axis | return location for the rotation axis |