Explanation:

The function rotateAroundLineDegree is part of the Transform class in CP's "vs" package. It rotates an object about a given axis by a given angle in degrees.

public void rotateAroundLineDegree(float R[], float P[],int mode);

Parameters :

For more details about related functions see java-e.htm in the doc directory of your CP folder.