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
x | rotation angle on the X axis, in radians |
y | rotation angle on the Y axis, in radians |
z | rotation angle on the Z axis, in radians |
order | order of rotations |
Returns
the initialized #graphene_euler_t