29 #ifndef CDPL_VIS_POINTARRAY2D_HPP
30 #define CDPL_VIS_POINTARRAY2D_HPP
67 const char* getClassName()
const;
Definition of the class CDPL::Math::VectorArray.
Definition of the preprocessor macro CDPL_VIS_API.
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Stores a set of points in 2D space.
Definition: PointArray2D.hpp:50
void translate(const Math::Vector2D &vec)
Translates all points by vec.
std::shared_ptr< PointArray2D > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated PointArray2D instances.
Definition: PointArray2D.hpp:56
void getBounds(Rectangle2D &bounds) const
Specifies an axis aligned rectangular area in 2D space.
Definition: Rectangle2D.hpp:51
QuaternionVectorAdapter< E > vec(QuaternionExpression< E > &e)
Definition: QuaternionAdapter.hpp:237
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
The namespace of the Chemical Data Processing Library.