Quaterniond.fromAxisAngleRad

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

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

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

Meta