Euler.initWithOrder

Initializes a #graphene_euler_t with the given angles and order.

class Euler
initWithOrder
(
float x
,
float y
,
float z
,)

Parameters

x float

rotation angle on the X axis, in degrees

y float

rotation angle on the Y axis, in degrees

z float

rotation angle on the Z axis, in degrees

order graphene.types.EulerOrder

the order used to apply the rotations

Return Value

Type: graphene.euler.Euler

the initialized #graphene_euler_t