Sets our main struct and passes it to the parent class.
Allocates a new #graphene_euler_t.
Checks if two #graphene_euler_t are equal.
Frees the resources allocated by graphene_euler_alloc().
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.
Get the main Gtk struct
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.
the main Gtk struct as a void*
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 given angles.
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 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.
the main Gtk struct
Describe a rotation using Euler angles.
The contents of the #graphene_euler_t structure are private and should never be accessed directly.