Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CL_Matrix Class Template Reference

clanCore="Math". More...

#include <matrix.h>

List of all members.

Public Methods

int hoej ()
int bred ()
void set_nul ()
void set_enhed ()
void copy_from (CL_Matrix< hoejde, bredde > &matrix2)
void copy_to (CL_Matrix< hoejde, bredde > &matrix2)
void mul (CL_Matrix< hoejde, bredde > &matrix2)

Public Attributes

float matrix [hoejde][bredde]


Detailed Description

template<int hoejde, int bredde> class CL_Matrix

clanCore="Math".

Definition at line 28 of file matrix.h.


Member Function Documentation

template<int hoejde, int bredde>
int CL_Matrix<hoejde, bredde>::bred ( ) [inline]
 

Definition at line 32 of file matrix.h.

template<int hoejde, int bredde>
void CL_Matrix<hoejde, bredde>::copy_from ( CL_Matrix< hoejde, bredde > & matrix2 ) [inline]
 

Definition at line 49 of file matrix.h.

Referenced by mul().

template<int hoejde, int bredde>
void CL_Matrix<hoejde, bredde>::copy_to ( CL_Matrix< hoejde, bredde > & matrix2 ) [inline]
 

Definition at line 56 of file matrix.h.

template<int hoejde, int bredde>
int CL_Matrix<hoejde, bredde>::hoej ( ) [inline]
 

Definition at line 31 of file matrix.h.

template<int hoejde, int bredde>
void CL_Matrix<hoejde, bredde>::mul ( CL_Matrix< hoejde, bredde > & matrix2 ) [inline]
 

Definition at line 63 of file matrix.h.

template<int hoejde, int bredde>
void CL_Matrix<hoejde, bredde>::set_enhed ( ) [inline]
 

Definition at line 42 of file matrix.h.

template<int hoejde, int bredde>
void CL_Matrix<hoejde, bredde>::set_nul ( ) [inline]
 

Definition at line 35 of file matrix.h.

Referenced by mul(), and set_enhed().


Member Data Documentation

template<int hoejde, int bredde>
float CL_Matrix<hoejde, bredde>::matrix[hoejde][bredde]
 

Definition at line 33 of file matrix.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:08 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001