Transform3D trans = new Transform3D();
 
i use this method!!
 
trans.applyRotateX(Math.PI/4.0d);
 
but exists applyRotateX in the Transform3D class??? how I use this???

Reply via email to