init_with_order


Description:

public unowned Euler? init_with_order (float x, float y, float z, EulerOrder order)

Initializes a Euler with the given angles and order.

Parameters:

this

the Euler to initialize

x

rotation angle on the X axis, in degrees

y

rotation angle on the Y axis, in degrees

z

rotation angle on the Z axis, in degrees

order

the order used to apply the rotations

Returns:

the initialized Euler