Jebbs / DSFML

DSFML is a D binding of SFML
Other
95 stars 23 forks source link

Transform Update #281

Closed Jebbs closed 6 years ago

Jebbs commented 6 years ago

This PR updates the Transform struct to use a 4x4 matrix internally, which makes it interchangable with SFML's Transform class.

This also fixes some functions to allow them to be chainable, which is what the documentation says they are.

Fixes #262