Class PlanarPolygon3D


  • public class PlanarPolygon3D
    extends java.lang.Object
    Models a polygon lying in a plane in 3-dimensional Cartesian space. The polygon representation is supplied by a Polygon, containing coordinates with XYZ ordinates. 3D polygons are assumed to lie in a single plane. The plane best fitting the polygon coordinates is computed and is represented by a Plane3D.
    Author:
    mdavis
    • Constructor Detail

      • PlanarPolygon3D

        public PlanarPolygon3D​(Polygon poly)