Euler.reorder

void reorder(graphene.types.EulerOrder order, out graphene.euler.Euler res)

Reorders a #graphene_euler_t using order.

This function is equivalent to creating a #graphene_quaternion_t from the given #graphene_euler_t, and then converting the quaternion into another #graphene_euler_t.

Parameters

orderthe new order
resreturn location for the reordered #graphene_euler_t