Dav1dde / gl3n

OpenGL Maths for D (not glm for D).
http://dav1dde.github.com/gl3n/
Other
103 stars 49 forks source link

Division operators #35

Open mathstuf opened 10 years ago

mathstuf commented 10 years ago

Any plan for these?

Dav1dde commented 10 years ago

What kind of division do you need? Simple scalar-divisions? As a workaround, you can simply multiply with the inverse A * 1/x.

mathstuf commented 10 years ago

Yeah, scalar division is all I've hit up against. The main issue is actually that the error message isn't exactly obvious (something about mismatching types and nothing about the operation not being supported).