Uses of Class
eu.mihosoft.vrl.v3d.Polygon
Packages that use Polygon
Package
Description
- 
Uses of Polygon in eu.mihosoft.vrl.v3dMethods in eu.mihosoft.vrl.v3d that return PolygonModifier and TypeMethodDescriptionPolygon.clone()Polygon.flip()Flips this polygon.Polygon.flipped()Returns a flipped copy of this polygon.static PolygonPolygon.fromPoints(Vector3d... points) Creates a polygon from the specified points.static PolygonPolygon.fromPoints(List<Vector3d> points) Creates a polygon from the specified point list.static PolygonPolygon.fromPoints(List<Vector3d> points, PropertyStorage shared) Creates a polygon from the specified point list.Applies the specified transformation to this polygon.Polygon.transformed(Transform transform) Returns a transformed copy of this polygon.Translates this polygon.Polygon.translated(Vector3d v) Returns a translated copy of this polygon.Methods in eu.mihosoft.vrl.v3d that return types with arguments of type PolygonModifier and TypeMethodDescriptionEdge._toPolygons(List<Edge> boundaryEdges, Plane plane) Edge.boundaryPathsWithHoles(List<Polygon> boundaryPaths) Edge.boundaryPolygons(CSG csg) Polygon.fromConcavePoints(Vector3d... points) Decomposes the specified concave polygon into convex polygons.Polygon.fromConcavePoints(List<Vector3d> points) Decomposes the specified concave polygon into convex polygons.CSG.getPolygons()Cube.toPolygons()Cylinder.toPolygons()Edge.toPolygons(List<Edge> boundaryEdges, Plane plane) Polyhedron.toPolygons()Primitive.toPolygons()Returns the polygons that define this primitive.RoundedCube.toPolygons()Sphere.toPolygons()Methods in eu.mihosoft.vrl.v3d with parameters of type PolygonModifier and TypeMethodDescriptionbooleanIndicates whether the specified polygon is contained within this bounding box (check includes box boundary).booleanEdge.fromPolygon(Polygon poly) static CSGCSG.fromPolygons(Polygon... polygons) Constructs a CSG from the specifiedPolygoninstances.static CSGCSG.fromPolygons(PropertyStorage storage, Polygon... polygons) Constructs a CSG from the specifiedPolygoninstances.booleanBounds.intersects(Polygon p) Deprecated.not implemented yetstatic booleanvoidPlane.splitPolygon(Polygon polygon, List<Polygon> coplanarFront, List<Polygon> coplanarBack, List<Polygon> front, List<Polygon> back) Splits aPolygonby this plane if needed.Method parameters in eu.mihosoft.vrl.v3d with type arguments of type PolygonModifier and TypeMethodDescriptionEdge.boundaryPathsWithHoles(List<Polygon> boundaryPaths) static CSGCSG.fromPolygons(PropertyStorage storage, List<Polygon> polygons) Constructs a CSG from a list ofPolygoninstances.static CSGCSG.fromPolygons(List<Polygon> polygons) Constructs a CSG from a list ofPolygoninstances.voidPlane.splitPolygon(Polygon polygon, List<Polygon> coplanarFront, List<Polygon> coplanarBack, List<Polygon> front, List<Polygon> back) Splits aPolygonby this plane if needed.
- 
Uses of Polygon in eu.mihosoft.vrl.v3d.ext.org.poly2triMethods in eu.mihosoft.vrl.v3d.ext.org.poly2tri that return types with arguments of type PolygonMethods in eu.mihosoft.vrl.v3d.ext.org.poly2tri with parameters of type Polygon
- 
Uses of Polygon in org.jlab.detector.geom.RICHMethods in org.jlab.detector.geom.RICH with parameters of type PolygonModifier and TypeMethodDescriptionvoidRICHGeoFactory.dump_Polygon(Polygon pol) doubleRICHGeoFactory.get_Poly_Area(Polygon pol) RICHGeoFactory.get_Poly_Bary(Polygon pol) RICHGeoFactory.get_Poly_Normal(Polygon pol) Method parameters in org.jlab.detector.geom.RICH with type arguments of type Polygon
- 
Uses of Polygon in org.jlab.geometry.primMethods in org.jlab.geometry.prim that return types with arguments of type PolygonModifier and TypeMethodDescriptionBox.toPolygons()Operation.toPolygons()Pgon.toPolygons()StlPrim.toPolygons()Trap.toPolygons()Trd.toPolygons()Tube.toPolygons()