class Mittsu::Euler
- Mittsu::Euler
- Reference
- Object
Defined in:
mittsu/math/euler.crConstant Summary
-
DefaultOrder =
"XYZ"
-
RotationOrders =
["XYZ", "YZX", "ZXY", "XZY", "YXZ", "ZYX"]
Constructors
Instance Method Summary
-
#==(euler)
Returns
false
(other can only be aValue
here). - #clone
- #copy(euler)
- #from_array(array)
- #on_change(&callback)
- #on_change_callback
- #order : String
- #order=(order : String)
- #reorder(new_order)
- #set(x, y, z, order = nil)
- #set_from_quaternion(q, order, update = true)
- #set_from_rotation_matrix(m, order, update = true)
- #set_from_vector3(v, order)
- #to_a(array = [] of Float64 | String, offset = 0)
- #to_vector3(optional_result = nil)
- #x : Float64
- #x=(x)
- #y : Float64
- #y=(y)
- #z : Float64
- #z=(z)
Constructor Detail
Instance Method Detail
def ==(euler)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).