LuciadCPillar 2023.1.04
luciad::PointChange Class Referencefinal

Describes a change that was made to a Point geometry. More...

#include <luciad/geometries/constraints/IPointConstraint.h>

Public Member Functions

 PointChange (Coordinate translation)
 Creates a point change with a translation. More...
 
 ~PointChange ()
 
Coordinate getTranslation () const
 Returns the point difference representing this change. More...
 

Detailed Description

Describes a change that was made to a Point geometry.

Since
2020.1

Constructor & Destructor Documentation

◆ PointChange()

luciad::PointChange::PointChange ( Coordinate  translation)
explicit

Creates a point change with a translation.

Parameters
translationthe point difference representing this change.

◆ ~PointChange()

luciad::PointChange::~PointChange ( )

Member Function Documentation

◆ getTranslation()

Coordinate luciad::PointChange::getTranslation ( ) const

Returns the point difference representing this change.

Returns
the point difference representing this change.