(PMatrix3D source)
| 554 | } |
| 555 | |
| 556 | @Override |
| 557 | public void setMatrix(PMatrix3D source) { |
| 558 | showVariationWarning("setMatrix"); |
| 559 | } |
| 560 | |
| 561 | ////////////////////////////////////////////////////////////// |
| 562 |
nothing calls this directly
no test coverage detected