Package: graphene

Function graphene:euler-init-from-radians

Lambda List

graphene:euler-init-from-radians (euler x y z &optional order)

Arguments

euler -- a graphene:euler-t instance
x -- a number coerced to a float with the rotation angle on the X axis, in radians
y -- a number coerced to a float with the rotation angle on the Y axis, in radians
z -- a number coerced to a float with the rotation angle on the Z axis, in radians
order -- an optional graphene:euler-order-t value with the order used to apply the rotations, the default value is :default

Return Value

The initialized graphene:euler-t instance.

Details

Initializes a graphene:euler-t instance using the given angles in radians and the optional order of rotation.
 

See also

2024-9-9