Euler.initFromRadians

Initializes a #graphene_euler_t using the given angles and order of rotation.

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

Parameters

x float

rotation angle on the X axis, in radians

y float

rotation angle on the Y axis, in radians

z float

rotation angle on the Z axis, in radians

order graphene_euler_order_t

order of rotations

Return Value

Type: Euler

the initialized #graphene_euler_t

Meta

Since

1.10