(PMatrix3D target)
| 548 | } |
| 549 | |
| 550 | @Override |
| 551 | public PMatrix3D getMatrix(PMatrix3D target) { |
| 552 | showVariationWarning("getMatrix"); |
| 553 | return target; |
| 554 | } |
| 555 | |
| 556 | @Override |
| 557 | public void setMatrix(PMatrix3D source) { |
nothing calls this directly
no test coverage detected