Modifier and Type | Field and Description |
---|---|
private Point2DFloatList.CentroidAndArea |
Point2DFloatList.centroidAndArea
The centroid and area, if we've calculated it.
|
Modifier and Type | Method and Description |
---|---|
private Point2DFloatList.CentroidAndArea |
Point2DFloatList.calculateCentroidAndArea()
Calculate the centroid of the point list and the area, and caches it.
|
Point2DFloatList.CentroidAndArea |
Point2DFloatList.getCentroidAndArea()
Calculates the centroid and area (if necessary) and returns it.
|