In the Java file, we use a constructor called conemove(). This is called automatically by the system when the conemove object is created. In this function we set up the internal variables. In our case, this consists of the array newRot, whose elements are the axis of rotation and the angle of rotation in radians. Here we use the X-axis (1, 0, 0) and 0.3142 radians (36 degrees).