Quaterniond.fromAxisAngleDeg

Set this quaternion to be a representation of the supplied axis and angle (in degrees).

@param axis the rotation axis @param angle the angle in degrees @return this

  1. Quaterniond fromAxisAngleDeg(Vector3d axis, double angle)
    struct Quaterniond
    ref public return
    fromAxisAngleDeg
  2. Quaterniond fromAxisAngleDeg(double axisX, double axisY, double axisZ, double angle)

Meta