LuciadCPillar C# 2023.1.05
Luciad.Geometries.Constraints.PointChange Class Reference

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

Inheritance diagram for Luciad.Geometries.Constraints.PointChange:

Public Member Functions

 PointChange (Luciad.Cartesian.Coordinate translation)
 Creates a point change with a translation. More...
 
void Dispose ()
 

Properties

Luciad.Cartesian.Coordinate Translation [get]
 

Detailed Description

Describes a change that was made to a Point geometry.

2020.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::PointChange.

Constructor & Destructor Documentation

◆ PointChange()

Luciad.Geometries.Constraints.PointChange.PointChange ( Luciad.Cartesian.Coordinate  translation)
inline

Creates a point change with a translation.

translation

the point difference representing this change.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::PointChange::PointChange.

Member Function Documentation

◆ Dispose()

void Luciad.Geometries.Constraints.PointChange.Dispose ( )
inline

Property Documentation

◆ Translation

Luciad.Cartesian.Coordinate Luciad.Geometries.Constraints.PointChange.Translation
get