Describes a change that was made to a Point
geometry.
More...
#include <luciad/geometries/constraints/IPointConstraint.h>
Describes a change that was made to a Point
geometry.
- Since
- 2020.1
◆ PointChange()
luciad::PointChange::PointChange |
( |
Coordinate |
translation | ) |
|
|
explicit |
Creates a point change with a translation.
- Parameters
-
translation | the point difference representing this change. |
◆ ~PointChange()
luciad::PointChange::~PointChange |
( |
| ) |
|
◆ getTranslation()
Coordinate luciad::PointChange::getTranslation |
( |
| ) |
const |
Returns the point difference representing this change.
- Returns
- the point difference representing this change.