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_euler_order_t

the order used to apply the rotations

Return Value

Type: Euler

the initialized #graphene_euler_t

Meta