init

fun init(x: Float, y: Float, z: Float): Euler

Initializes a #graphene_euler_t using the given angles.

The order of the rotations is %GRAPHENE_EULER_ORDER_DEFAULT.

Return

the initialized #graphene_euler_t

Since

1.2

Parameters

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