fehaar / FFWD

This is the FFWD framework for XNA, that allows you to port Unity3D games to XNA for use on WP7 or XBox360 (XBLIG)
Microsoft Public License
133 stars 36 forks source link

Updated Matrix4x4.cs #84

Closed aakashapoorv closed 10 years ago

aakashapoorv commented 10 years ago

Implemented GetColumn, GetRow, SetColumn and SetRow.

fehaar commented 10 years ago

Thanks! Great Work.