chances / slimmath

Automatically exported from code.google.com/p/slimmath
0 stars 0 forks source link

Append 'Create' the the static methods on the Matrix, Quaternion, etc #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should we append the word 'Create' to the static methods of the Matrix, 
Quaternion, etc. that create specific types. For example:

Instead of Matrix.Scaling we could have Matrix.CreateScaling. This more closely 
matches Xna's style.

This would clearly mark the methods that create specifics types of matrices and 
it will also alphabetize all of those types of methods together.

Just need some input before I start making those kind of changes.

Original issue reported on code.google.com by Jorgy...@gmail.com on 29 Jun 2010 at 11:22

GoogleCodeExporter commented 9 years ago
I'd rather not break anything for people already using SlimDX. It also more 
closely matches the MDX style, which we identify with more than XNA.

Original comment by Mike.Popoloski on 30 Jun 2010 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by Jorgy...@gmail.com on 3 Jul 2010 at 9:56