(float r)
| 205 | } |
| 206 | |
| 207 | |
| 208 | public State lookLeft(float r) { |
| 209 | State s = copy(); |
| 210 | s.target = Vec3.add(position, new Quat().fromAxisAngleRad(up, r).transform(ray().mul(1)), new Vec3()); |
| 211 | return s; |
| 212 | } |
| 213 | |
| 214 | public State lookUp(float r) { |
no test coverage detected