Euler.initFromRadians

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

Initializes a #graphene_euler_t using the given angles and order of rotation.

Parameters

xrotation angle on the X axis, in radians
yrotation angle on the Y axis, in radians
zrotation angle on the Z axis, in radians
orderorder of rotations

Returns

the initialized #graphene_euler_t