• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

step/stepcore

  • sources
  • kde-4.12
  • kdeedu
  • step
  • stepcore
vector.h
Go to the documentation of this file.
1 /* This file is part of StepCore library.
2  Copyright (C) 2007 Vladimir Kuznetsov <ks.vladimir@gmail.com>
3 
4  StepCore library is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or
7  (at your option) any later version.
8 
9  StepCore library is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  GNU General Public License for more details.
13 
14  You should have received a copy of the GNU General Public License
15  along with StepCore; if not, write to the Free Software
16  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17 */
18 
19 #ifndef STEPCORE_VECTOR_H
20 #define STEPCORE_VECTOR_H
21 
22 #include <Eigen/Array>
23 #include <QMetaType>
24 
25 namespace StepCore
26 {
27 
29 typedef Eigen::Vector2d Vector2d;
31 typedef Eigen::Vector3d Vector3d;
32 
34 typedef Eigen::Vector2i Vector2i;
36 typedef Eigen::Vector3i Vector3i;
37 
38 typedef Eigen::VectorXd VectorXd;
39 
40 } // namespace StepCore
41 
42 // XXX: move it to types.h
43 Q_DECLARE_METATYPE(StepCore::Vector2d)
44 Q_DECLARE_METATYPE(StepCore::Vector3d)
45 Q_DECLARE_METATYPE(StepCore::Vector2i)
46 Q_DECLARE_METATYPE(StepCore::Vector3i)
47 
48 #endif
49 
StepCore::Vector2d
Eigen::Vector2d Vector2d
Two-dimensional vector with double components.
Definition: vector.h:29
StepCore::Vector3d
Eigen::Vector3d Vector3d
Three-dimensional vector with double components.
Definition: vector.h:31
StepCore::Vector3i
Eigen::Vector3i Vector3i
Three-dimensional vector with integer components.
Definition: vector.h:36
StepCore::Vector2i
Eigen::Vector2i Vector2i
Two-dimensional vector with integer components.
Definition: vector.h:34
StepCore::VectorXd
Eigen::VectorXd VectorXd
Definition: vector.h:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:43:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

step/stepcore

Skip menu "step/stepcore"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal