indiantarget / quimeraengine

0 stars 0 forks source link

Add operator= to Math classes #615

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, Math classes (like QVector3) only have an overload for the base 
class. The operator= of the class is implicitly defined, which cannot be 
optimized lately. It must be defined for all the classes of Math.

Original issue reported on code.google.com by Lince3D@gmail.com on 14 Nov 2014 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 9 Feb 2015 at 6:30