Checks if two #graphene_euler_t are equal.
Retrieves the first component of the Euler angle vector, depending on the order of rotation.
Retrieves the second component of the Euler angle vector, depending on the order of rotation.
Retrieves the third component of the Euler angle vector, depending on the order of rotation.
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.
Retrieves the rotation angle on the X axis, in degrees.
Retrieves the rotation angle on the Y axis, in degrees.
Retrieves the rotation angle on the Z axis, in degrees.
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.
Initializes a #graphene_euler_t using the given angles.
Reorders a #graphene_euler_t using order.
Converts a #graphene_euler_t into a transformation matrix expressing the extrinsic composition of rotations described by the Euler angles.
Converts a #graphene_euler_t into a #graphene_quaternion_t.
Retrieves the angles of a #graphene_euler_t and initializes a #graphene_vec3_t with them.
Allocates a new #graphene_euler_t.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Describe a rotation using Euler angles.
The contents of the #graphene_euler_t structure are private and should never be accessed directly.