Quaterniond.scale

Apply scaling to this quaternion, which results in any vector transformed by this quaternion to change its length by the given <code>factor</code>.

@param factor the scaling factor @return this

  1. Quaterniond scale(double factor)
    struct Quaterniond
    ref public return
    scale
    (
    double factor
    )
  2. Quaterniond scale(double factor, Quaterniond dest)

Meta