~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/monomac/src/OpenGL/OpenTK/Math/Matrix3d.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
815
815
            return String.Format(
816
816
                "|{00}, {01}, {02}|\n" +
817
817
                "|{03}, {04}, {05}|\n" +
818
 
                "|{06}, {07}, {18}|\n" +
 
818
                "|{06}, {07}, {08}|\n" +
819
819
                R0C0, R0C1, R0C2,
820
820
                R1C0, R1C1, R1C2,
821
821
                R2C0, R2C1, R2C2);