Subversion Repositories gelsvn

Rev

Rev 359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 359 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
-
 
6
 
1
#include "Mat3x3d.h"
7
#include "Mat3x3d.h"
2
 
8
 
3
namespace CGLA {
9
namespace CGLA {
4
	Mat3x3d rotation_Mat3x3d(Axis axis, double angle)
10
	Mat3x3d rotation_Mat3x3d(Axis axis, double angle)
5
	{
11
	{