Blender  V2.93
Geom.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  */
16 
17 #pragma once
18 
24 #include "VecMat.h"
25 
26 #include "../system/Precision.h"
27 
28 namespace Freestyle {
29 
30 namespace Geometry {
31 
37 
43 
49 
55 
61 
67 
68 } // end of namespace Geometry
69 
70 } /* namespace Freestyle */
Vectors and Matrices definition and manipulation.
VecMat::SquareMatrix< float, 3 > Matrix33f
Definition: Geom.h:58
VecMat::SquareMatrix< float, 4 > Matrix44f
Definition: Geom.h:64
VecMat::HVec3< double > HVec3d
Definition: Geom.h:47
VecMat::SquareMatrix< double, 4 > Matrix44d
Definition: Geom.h:65
VecMat::HVec3< float > HVec3f
Definition: Geom.h:46
VecMat::Vec2< double > Vec2d
Definition: Geom.h:35
VecMat::HVec3< unsigned > HVec3u
Definition: Geom.h:44
VecMat::SquareMatrix< double, 2 > Matrix22d
Definition: Geom.h:53
VecMat::Vec3< float > Vec3f
Definition: Geom.h:40
VecMat::SquareMatrix< real, 3 > Matrix33r
Definition: Geom.h:60
VecMat::SquareMatrix< double, 3 > Matrix33d
Definition: Geom.h:59
VecMat::SquareMatrix< int, 4 > Matrix44i
Definition: Geom.h:63
VecMat::Vec2< unsigned > Vec2u
Definition: Geom.h:32
VecMat::Vec3< unsigned > Vec3u
Definition: Geom.h:38
VecMat::Vec3< double > Vec3d
Definition: Geom.h:41
VecMat::SquareMatrix< real, 2 > Matrix22r
Definition: Geom.h:54
VecMat::SquareMatrix< unsigned, 4 > Matrix44u
Definition: Geom.h:62
VecMat::Vec3< int > Vec3i
Definition: Geom.h:39
VecMat::SquareMatrix< unsigned, 3 > Matrix33u
Definition: Geom.h:56
VecMat::SquareMatrix< int, 3 > Matrix33i
Definition: Geom.h:57
VecMat::SquareMatrix< float, 2 > Matrix22f
Definition: Geom.h:52
VecMat::Vec2< real > Vec2r
Definition: Geom.h:36
VecMat::SquareMatrix< real, 4 > Matrix44r
Definition: Geom.h:66
VecMat::Vec2< int > Vec2i
Definition: Geom.h:33
VecMat::Vec2< float > Vec2f
Definition: Geom.h:34
VecMat::HVec3< int > HVec3i
Definition: Geom.h:45
VecMat::SquareMatrix< unsigned, 2 > Matrix22u
Definition: Geom.h:50
VecMat::HVec3< real > HVec3r
Definition: Geom.h:48
VecMat::Vec3< real > Vec3r
Definition: Geom.h:42
VecMat::SquareMatrix< int, 2 > Matrix22i
Definition: Geom.h:51
inherits from class Rep
Definition: AppCanvas.cpp:32