29 #ifndef CDPL_VIS_POINTARRAY2D_HPP
30 #define CDPL_VIS_POINTARRAY2D_HPP
71 const char* getClassName()
const;
Definition of 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
Computes the axis-aligned bounding rectangle that contains all stored points.
Specifies an axis aligned rectangular area in 2D space.
Definition: Rectangle2D.hpp:51
QuaternionVectorAdapter< E > vec(QuaternionExpression< E > &e)
Creates a mutable Math::QuaternionVectorAdapter view of the quaternion expression e.
Definition: QuaternionAdapter.hpp:372
CVector< double, 2 > Vector2D
Bounded 2 element vector holding floating point values of type double.
Definition: Vector.hpp:2932
VectorArray< Vector2D > Vector2DArray
Array storing vectors of type Math::Vector2D.
Definition: VectorArray.hpp:80
The namespace of the Chemical Data Processing Library.