wrnrlr / g3

Neat 3D math and graphics library
ISC License
32 stars 2 forks source link

feat: converting from point to array or tuple and vice versa #9

Closed jamen closed 1 year ago

jamen commented 1 year ago

this improves and tests the conversions a bit. i replaced the impl Into with impl From (its preferable to implement From and use Into according to Rust docs)

jamen commented 1 year ago

oops i messed up the tuple test