ContRap-Libraries
Data Structures | Namespaces | Typedefs

glmath.h File Reference

This file is a part of ContRap. More...

#include "stdio.h"
#include <cmath>

Data Structures

class  crp::GLPixel
 Double vector in two dimensions. More...
class  crp::GLVertex
 Double vector in three dimensions. More...
class  crp::GLMatrix< rows, columns >
 Class DoubleMatrix is a storage for matrices with static size. More...

Namespaces

namespace  crp

Typedefs

typedef GLMatrix< 3, 3 > crp::GLMatrix3x3
 Definitions for fixed size matrices.
typedef GLMatrix< 4, 4 > crp::GLMatrix4x4

Detailed Description

This file is a part of ContRap.

Copyright (c) 2009-2010 Aless Lasaruk

ContRap is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ContRap is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with ContRap. If not, see <http://www.gnu.org/licenses/>.

This file contains basic math primitives used for data interchange

Author:
Aless Lasaruk