~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to intern/moto/intern/MT_Matrix4x4.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-02-08 22:20:54 UTC
  • mfrom: (1.4.2 upstream)
  • mto: (14.2.6 sid) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20110208222054-kk0gwa4bu8h5lyq4
Tags: upstream-2.56.1-beta-svn34076
ImportĀ upstreamĀ versionĀ 2.56.1-beta-svn34076

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: MT_Matrix4x4.cpp 14444 2008-04-16 22:40:48Z hos $
 
2
 * $Id: MT_Matrix4x4.cpp 28254 2010-04-18 10:28:37Z campbellbarton $
3
3
 * ***** BEGIN GPL LICENSE BLOCK *****
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or
14
14
 *
15
15
 * You should have received a copy of the GNU General Public License
16
16
 * along with this program; if not, write to the Free Software Foundation,
17
 
 * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
17
 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
 *
19
19
 * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
20
20
 * All rights reserved.
26
26
 * ***** END GPL LICENSE BLOCK *****
27
27
 */
28
28
 
29
 
#ifdef HAVE_CONFIG_H
30
 
#include <config.h>
31
 
#endif
32
 
 
33
29
#include "MT_Matrix4x4.h"
34
30
 
35
31