Claudio6969 / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 1 forks source link

Add properties Forward, Up, Left to Matrix #869

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It's hard to remember which row or column on Matrix represents Forward, Up or 
Left vector. It would be useful to have properties Forward, Up and Left 
(Vector3) with both getter and setter 

Original issue reported on code.google.com by Pik...@gmail.com on 17 Jun 2012 at 8:40

GoogleCodeExporter commented 8 years ago
Given that this depends on whether your using left or right handed coordinates, 
(and that SlimDX does it's best to not force you to use one or the other) there 
isn't really a good way to add theses properties.
That and not all matrices can be described in terms of forward, up and left.

Original comment by Frassle on 18 Jun 2012 at 10:32

GoogleCodeExporter commented 8 years ago
^^ This exactly.

Original comment by Mike.Popoloski on 18 Jun 2012 at 9:33