NeoAxis / NeoAxisEngine

A versatile real-time platform for making 3D, 2D games and apps.
https://www.neoaxis.com/
Other
175 stars 38 forks source link

Rename Matrix's "Item" members to "Row" #2

Open aaronfranke opened 4 years ago

aaronfranke commented 4 years ago

https://github.com/NeoAxis/NeoAxisEngine/blob/e4d0998a7b8a90eae2cd5db7250249e2104bc51c/Sources/Engine/NeoAxis.Core/MathEx/Matrix4.cs#L26-L30

Since they are rows, it would make a lot more sense to call them "Row0/Row1" etc.

Wrapper properties for "Item0/Item1" etc can be used to preserve API compatibility if desired.