()
| 660 | } |
| 661 | |
| 662 | public Point3D getCenterPoint() { |
| 663 | double y = this.paneBox.getTranslateY() - (this.box.getDepth() / 2); |
| 664 | return new Point3D(this.paneBox.getTranslateX(), y, this.paneBox.getTranslateZ()); |
| 665 | } |
| 666 | |
| 667 | } |
no test coverage detected