Package com.macrofocus.common.geom
Interface Dimension2D
- All Known Implementing Classes:
Dimension
,Dimension2D.Double
public interface Dimension2D
Created by luc on 09.01.17.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getWidth
double getWidth() -
getHeight
double getHeight()
-