|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_VIS_POINTARRAY2D_HPP
30 #define CDPL_VIS_POINTARRAY2D_HPP
60 const char* getClassName()
const;
65 #endif // CDPL_VIS_POINTARRAY2D_HPP
void getBounds(Rectangle2D &bounds) const
Definition of the class CDPL::Math::VectorArray.
Stores a set of points in 2D space.
Definition: PointArray2D.hpp:48
void translate(const Math::Vector2D &vec)
Translates all points by vec.
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
QuaternionVectorAdapter< E > vec(QuaternionExpression< E > &e)
Definition: QuaternionAdapter.hpp:237
The namespace of the Chemical Data Processing Library.
Specifies an axis aligned rectangular area in 2D space.
Definition: Rectangle2D.hpp:51
CVector< double, 2 > Vector2D
A bounded 2 element vector holding floating point values of type double.
Definition: Vector.hpp:1632
VectorArray< Vector2D > Vector2DArray
An array of Math::Vector2D objects.
Definition: VectorArray.hpp:79
Definition of the preprocessor macro CDPL_VIS_API.