Euler.initWithOrder

graphene.euler.Euler initWithOrder(float x, float y, float z, graphene.types.EulerOrder order)

Initializes a #graphene_euler_t with the given angles and order.

Parameters

xrotation angle on the X axis, in degrees
yrotation angle on the Y axis, in degrees
zrotation angle on the Z axis, in degrees
orderthe order used to apply the rotations

Returns

the initialized #graphene_euler_t