AxisAngle4d.set

Set this {@link AxisAngle4d} to the given values.

@param angle the angle in radians @param x the x-coordinate of the rotation axis @param y the y-coordinate of the rotation axis @param z the z-coordinate of the rotation axis @return this

  1. AxisAngle4d set(double angle, double x, double y, double z)
    struct AxisAngle4d
    ref return
    set
    (
    double angle
    ,
    double x
    ,
    double y
    ,
    double z
    )
  2. AxisAngle4d set(double angle, Vector3d v)
  3. AxisAngle4d set(Quaterniond q)
  4. AxisAngle4d set(Matrix3d m)
  5. AxisAngle4d set(Matrix4d m)
  6. AxisAngle4d set(AxisAngle4d a)

Meta