Quaterniond.set

Set this quaternion to the new values.

@param x the new value of x @param y the new value of y @param z the new value of z @param w the new value of w @return this

  1. Quaterniond set(double x, double y, double z, double w)
    struct Quaterniond
    ref public return
    set
    (
    double x
    ,
    double y
    ,
    double z
    ,
    double w
    )
  2. Quaterniond set(Quaterniond q)
  3. Quaterniond set(AxisAngle4d axisAngle)

Meta