public class k2 { public static void main(String argv[]){ RPunkt p=new RPunkt(0, -1, 0); System.out.println(p.keera(-1.57, 0, -1.57)); } }