Chemical Data Processing Library C++ API - Version 1.1.1
Public Member Functions | List of all members
CDPL::Vis::PointArray2D Class Reference

Stores a set of points in 2D space. More...

#include <PointArray2D.hpp>

+ Inheritance diagram for CDPL::Vis::PointArray2D:

Public Member Functions

void translate (const Math::Vector2D &vec)
 Translates all points by vec. More...
 
void getBounds (Rectangle2D &bounds) const
 

Detailed Description

Stores a set of points in 2D space.

Member Function Documentation

◆ translate()

void CDPL::Vis::PointArray2D::translate ( const Math::Vector2D vec)

Translates all points by vec.

Parameters
vecThe translation vector.

◆ getBounds()

void CDPL::Vis::PointArray2D::getBounds ( Rectangle2D bounds) const

The documentation for this class was generated from the following file: