Developer Documentation
VectorT.hh
1 /*===========================================================================*\
2  * *
3  * OpenFlipper *
4  * Copyright (c) 2001-2015, RWTH-Aachen University *
5  * Department of Computer Graphics and Multimedia *
6  * All rights reserved. *
7  * www.openflipper.org *
8  * *
9  *---------------------------------------------------------------------------*
10  * This file is part of OpenFlipper. *
11  *---------------------------------------------------------------------------*
12  * *
13  * Redistribution and use in source and binary forms, with or without *
14  * modification, are permitted provided that the following conditions *
15  * are met: *
16  * *
17  * 1. Redistributions of source code must retain the above copyright notice, *
18  * this list of conditions and the following disclaimer. *
19  * *
20  * 2. Redistributions in binary form must reproduce the above copyright *
21  * notice, this list of conditions and the following disclaimer in the *
22  * documentation and/or other materials provided with the distribution. *
23  * *
24  * 3. Neither the name of the copyright holder nor the names of its *
25  * contributors may be used to endorse or promote products derived from *
26  * this software without specific prior written permission. *
27  * *
28  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
29  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
30  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
31  * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
32  * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
33  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
34  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
35  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
36  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
37  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
38  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
39  * *
40 \*===========================================================================*/
41 
42 
43 
44 
45 
46 //=============================================================================
47 //
48 // CLASS VectorT
49 //
50 //=============================================================================
51 
52 
53 #ifndef ACG_VECTOR_HH
54 #define ACG_VECTOR_HH
55 
56 
57 //== INCLUDES =================================================================
58 
59 #include <ACG/Config/ACGDefines.hh>
60 #include <OpenMesh/Core/Geometry/VectorT.hh>
61 
62 //== NAMESPACES ===============================================================
63 
64 
65 namespace ACG {
66 
67 //=============================================================================
68 
69 
70 using OpenMesh::VectorT;
71 
88 
105 
124 
141 
158 
159 
160 //=============================================================================
161 } // namespace ACG
162 //=============================================================================
163 #endif // ACG_VECTOR_HH defined
164 //=============================================================================
VectorT< signed char, 2 > Vec2c
Definition: VectorT.hh:90
Namespace providing different geometric functions concerning angles.
VectorT< unsigned short int, 1 > Vec1us
Definition: VectorT.hh:79
VectorT< unsigned char, 4 > Vec4uc
Definition: VectorT.hh:128
VectorT< signed short int, 6 > Vec6s
Definition: VectorT.hh:147
VectorT< unsigned char, 3 > Vec3uc
Definition: VectorT.hh:109
VectorT< float, 3 > Vec3f
Definition: VectorT.hh:119
VectorT< signed char, 3 > Vec3c
Definition: VectorT.hh:107
VectorT< signed int, 2 > Vec2i
Definition: VectorT.hh:98
VectorT< float, 4 > Vec4f
Definition: VectorT.hh:138
VectorT< signed int, 4 > Vec4i
Definition: VectorT.hh:134
VectorT< unsigned int, 6 > Vec6ui
Definition: VectorT.hh:153
VectorT< signed char, 4 > Vec4c
Definition: VectorT.hh:126
VectorT< unsigned int, 3 > Vec3ui
Definition: VectorT.hh:117
VectorT< signed int, 6 > Vec6i
Definition: VectorT.hh:151
VectorT< unsigned short int, 4 > Vec4us
Definition: VectorT.hh:132
VectorT< signed short int, 2 > Vec2s
Definition: VectorT.hh:94
VectorT< bool, 3 > Vec3b
Definition: VectorT.hh:123
VectorT< float, 1 > Vec1f
Definition: VectorT.hh:85
VectorT< float, 6 > Vec6f
Definition: VectorT.hh:155
VectorT< signed int, 3 > Vec3i
Definition: VectorT.hh:115
VectorT< signed short int, 4 > Vec4s
Definition: VectorT.hh:130
VectorT< double, 2 > Vec2d
Definition: VectorT.hh:104
VectorT< float, 2 > Vec2f
Definition: VectorT.hh:102
VectorT< signed char, 6 > Vec6c
Definition: VectorT.hh:143
VectorT< double, 6 > Vec6d
Definition: VectorT.hh:157
VectorT< double, 3 > Vec3d
Definition: VectorT.hh:121
VectorT< signed short int, 1 > Vec1s
Definition: VectorT.hh:77
VectorT< unsigned char, 6 > Vec6uc
Definition: VectorT.hh:145
VectorT< unsigned short int, 3 > Vec3us
Definition: VectorT.hh:113
VectorT< unsigned char, 2 > Vec2uc
Definition: VectorT.hh:92
VectorT< signed short int, 3 > Vec3s
Definition: VectorT.hh:111
VectorT< double, 1 > Vec1d
Definition: VectorT.hh:87
VectorT< signed char, 1 > Vec1c
Definition: VectorT.hh:73
VectorT< signed int, 1 > Vec1i
Definition: VectorT.hh:81
VectorT< unsigned char, 1 > Vec1uc
Definition: VectorT.hh:75
VectorT< unsigned int, 4 > Vec4ui
Definition: VectorT.hh:136
VectorT< unsigned short int, 2 > Vec2us
Definition: VectorT.hh:96
VectorT< double, 4 > Vec4d
Definition: VectorT.hh:140
VectorT< unsigned short int, 6 > Vec6us
Definition: VectorT.hh:149
VectorT< unsigned int, 1 > Vec1ui
Definition: VectorT.hh:83
VectorT< unsigned int, 2 > Vec2ui
Definition: VectorT.hh:100