| 234 | } |
| 235 | |
| 236 | void Model::SetPosition(const olc::vf2d& position) |
| 237 | { |
| 238 | matLocalTranslation.translate(position); |
| 239 | matLocal = matLocalRotation * matLocalTranslation; |
| 240 | } |
| 241 | |
| 242 | void Model::Attach(Model* child, const olc::vf2d& position, const float angle) |
| 243 | { |