| 805 | } |
| 806 | |
| 807 | void Entity::setRenderTransform(const MatrixF &mat) |
| 808 | { |
| 809 | Parent::setRenderTransform(mat); |
| 810 | } |
| 811 | |
| 812 | void Entity::setRenderTransform(Point3F position, RotationF rotation) |
| 813 | { |
nothing calls this directly
no test coverage detected