QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RTranslation.h
Go to the documentation of this file.
1
#ifndef RTRANSLATION_H
2
#define RTRANSLATION_H
3
4
#include "
RTransformation.h
"
5
#include "
RVector.h
"
6
13
class
RTranslation
:
public
RTransformation
{
14
public
:
15
RTranslation
(
const
RVector
&
offset
) : offset(offset) {}
16
17
RVector
offset
;
18
};
19
20
Q_DECLARE_METATYPE
(
RTranslation
*)
21
22
#endif
src
operations
RTranslation.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1