13CAD
CAD-like software based on C++, Qt and VTK.
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Friends
include
matrix.h
Go to the documentation of this file.
1
8
#ifndef MATRIX_H
9
#define MATRIX_H
10
11
#include "
vector3d.h
"
12
#include <vector>
13
17
class
Matrix3x3
18
{
19
protected
:
23
std::vector<float>
values
;
24
25
public
:
26
Matrix3x3
();
27
~
Matrix3x3
();
28
32
void
setDiagonal
(
Vector3D
&v);
33
};
34
35
#endif
/* MATRIX_H */
Matrix3x3
Definition:
matrix.h:17
Matrix3x3::setDiagonal
void setDiagonal(Vector3D &v)
Definition:
matrix.cpp:12
vector3d.h
Header file for the Vector3D class.
Vector3D
Definition:
vector3d.h:17
Matrix3x3::values
std::vector< float > values
Definition:
matrix.h:23
Generated by
1.8.6