QuaternionT.ToEulerAngle

Returns the euler angle equivalent of this quaternion, in the form of <roll, pitch, yaw>

  1. Vector3T!T ToEulerAngle()
    struct QuaternionT(T)
    Vector3T!T
    ToEulerAngle
    pure const nothrow
    (
    )
    if (
    __traits(isFloating, T)
    )
  2. void ToEulerAngle(ref T roll, ref T pitch, ref T yaw)

Meta