| 1682 | FrameBase::FrameBase() : _scale(1) {} |
| 1683 | |
| 1684 | void FrameBase::SetPosition(Vector3Par pos) |
| 1685 | { |
| 1686 | Frame::SetPosition(pos); |
| 1687 | } |
| 1688 | |
| 1689 | void FrameBase::SetTransform(const Matrix4& transform) |
| 1690 | { |
| 1691 | Frame::SetTransform(transform); |
no test coverage detected