public class ConvexPolygon3d extends Polygon3d
Constructor and Description |
---|
ConvexPolygon3d() |
ConvexPolygon3d(double[] coords) |
ConvexPolygon3d(Point3d[] pnts) |
Modifier and Type | Method and Description |
---|---|
double |
area() |
void |
computeCentroid(Vector3d centroid) |
void |
computeNormal(Vector3d nrm) |
double |
getTolerance() |
void |
intersectHalfSpace(Plane plane) |
void |
setTolerance(double tol) |
addVertexAfter, appendVertex, clear, epsilonEquals, equals, getBounds, getFirstVertex, getLastVertex, getMaxCoordinate, getVertices, inverseTransform, isEmpty, numVertices, prependVertex, scan, set, set, set, toString, toString, toString, transform, updateBounds
public ConvexPolygon3d()
public ConvexPolygon3d(double[] coords)
public ConvexPolygon3d(Point3d[] pnts)
public double getTolerance()
public void setTolerance(double tol)
public double area()
public void computeCentroid(Vector3d centroid)
public void intersectHalfSpace(Plane plane)
public void computeNormal(Vector3d nrm)