Euler
Constructors
Functions
Link copied to clipboard
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.
Link copied to clipboard
Initializes a #graphene_euler_t using the angles and order of another #graphene_euler_t.
Link copied to clipboard
Initializes a #graphene_euler_t using the given rotation matrix.
Link copied to clipboard
Initializes a #graphene_euler_t using the given normalized quaternion.
Link copied to clipboard
fun initFromRadians(x: <Error class: unknown class>, y: <Error class: unknown class>, z: <Error class: unknown class>, order: EulerOrder): Euler
Initializes a #graphene_euler_t using the given angles and order of rotation.
Link copied to clipboard
Initializes a #graphene_euler_t using the angles contained in a #graphene_vec3_t.
Link copied to clipboard
fun initWithOrder(x: <Error class: unknown class>, y: <Error class: unknown class>, z: <Error class: unknown class>, order: EulerOrder): Euler
Initializes a #graphene_euler_t with the given angles and @order.
Link copied to clipboard
Reorders a #graphene_euler_t using @order.
Link copied to clipboard
Converts a #graphene_euler_t into a #graphene_quaternion_t.