public class ModelManagerScaleTranslateRotate2D extends java.lang.Object implements org.ddogleg.fitting.modelset.ModelManager<ScaleTranslateRotate2D>
ModelManager for ScaleTranslateRotate2D.| Constructor and Description |
|---|
ModelManagerScaleTranslateRotate2D() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyModel(ScaleTranslateRotate2D src,
ScaleTranslateRotate2D dst) |
ScaleTranslateRotate2D |
createModelInstance() |
public ScaleTranslateRotate2D createModelInstance()
createModelInstance in interface org.ddogleg.fitting.modelset.ModelManager<ScaleTranslateRotate2D>public void copyModel(ScaleTranslateRotate2D src, ScaleTranslateRotate2D dst)
copyModel in interface org.ddogleg.fitting.modelset.ModelManager<ScaleTranslateRotate2D>