(int x, int y, int z)
| 60 | } |
| 61 | |
| 62 | public void setXyz(int x, int y, int z) |
| 63 | { |
| 64 | this.mx = x; |
| 65 | this.my = y; |
| 66 | this.mz = z; |
| 67 | this.needsUpdate = true; |
| 68 | } |
| 69 | |
| 70 | public void setXyz(double xIn, double yIn, double zIn) |
| 71 | { |
no test coverage detected