Search found 1 match
- Tue Feb 20, 2024 8:03 am
- Forum: Daslight 5
- Topic: Feature request XY plane
- Replies: 4
- Views: 2821
Re: Feature request XY plane
To scale the shapes evenly, you can use the sf::Transformable::setScale method, which takes two parameters: the horizontal and vertical scale factors. If you want to scale the shapes uniformly, you can pass the same value for both parameters. For example, if you want to scale the shape by 50%, you c...