Package: graphene

Function graphene:euler-init

Lambda List

graphene:euler-init (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 degrees
y -- a number coerced to a float with the rotation angle on the Y axis, in degrees
z -- a number coerced to a float with the rotation angle on the Z axis, in degrees
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 and the given order.
 

See also

2024-9-9