예제 #1
0
 /**
  * <strong>Assuming</strong> this vector represents rectangular coordinates, returns the rotations
  * (in radians) for this vector.
  *
  * <p>Does not modify this vector.
  */
 public Vector toSpherical() {
   return Vector.getRotations(Vector.ZERO, this);
 }