Vector.rotate

Rotate Vector, given angle and axis' coordinates

  1. Vector rotate(Quaternion q)
  2. Vector rotate(double angle, Vector axis)
  3. Vector rotate(double angle, double x, double y, double z)
    class Vector
    rotate
    (
    double angle
    ,
    double x
    ,
    double y
    ,
    double z
    )

Meta