public class Point2DFloatList.CentroidAndArea
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
area
The area of the polygon.
|
Point2DFloat |
centroid
The centroid of the polygon.
|
Constructor and Description |
---|
CentroidAndArea() |
public Point2DFloat centroid
public float area