Euler
Describe a rotation using Euler angles.
The contents of the #graphene_euler_t structure are private and should never be accessed directly.
Since
1.2
Constructors
Allocate a new Euler.
Allocate a new Euler using the provided AutofreeScope.
Functions
Retrieves the order used to apply the rotations described in the #graphene_euler_t structure, when converting to and from other structures, like #graphene_quaternion_t and #graphene_matrix_t.
Initializes a #graphene_euler_t using the angles and order of another #graphene_euler_t.
Initializes a #graphene_euler_t using the given rotation matrix.
Initializes a #graphene_euler_t using the given normalized quaternion.
Initializes a #graphene_euler_t using the given angles and order of rotation.
Initializes a #graphene_euler_t using the angles contained in a #graphene_vec3_t.
Initializes a #graphene_euler_t with the given angles and @order.
Reorders a #graphene_euler_t using @order.
Converts a #graphene_euler_t into a #graphene_quaternion_t.