diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-23 16:42:38 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2018-05-23 16:42:38 -0400 |
| commit | 48f781fb6e61539ba9d17efcfd9f9e38245cf6c0 (patch) | |
| tree | 97e5743678a00d09024ec040490b8fcf8ccb1c74 /CSMath/src/bezier/transforms/TDHIdentity.java | |
| parent | 81d8191c01629d881486f1f1fe5ae16c42b46287 (diff) | |
Refactor package structure
Diffstat (limited to 'CSMath/src/bezier/transforms/TDHIdentity.java')
| -rw-r--r-- | CSMath/src/bezier/transforms/TDHIdentity.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/CSMath/src/bezier/transforms/TDHIdentity.java b/CSMath/src/bezier/transforms/TDHIdentity.java deleted file mode 100644 index d1b55d0..0000000 --- a/CSMath/src/bezier/transforms/TDHIdentity.java +++ /dev/null @@ -1,21 +0,0 @@ -package bezier.transforms;
-
-import bezier.geom.TDHPoint;
-
-/**
- * A transform that does nothing.
- *
- * @author bjculkin
- *
- */
-public class TDHIdentity implements TDHTransform {
- @Override
- public TDHPoint transform(TDHPoint punkt) {
- return punkt;
- }
-
- @Override
- public String toString() {
- return "TDHIdentity []";
- }
-}
\ No newline at end of file |
