Uses of Class
eu.mihosoft.vrl.v3d.Polygon
Packages that use Polygon
Package
Description
-
Uses of Polygon in eu.mihosoft.vrl.v3d
Methods 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 Polygon
Polygon.fromPoints
(Vector3d... points) Creates a polygon from the specified points.static Polygon
Polygon.fromPoints
(List<Vector3d> points) Creates a polygon from the specified point list.static Polygon
Polygon.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 TypeMethodDescriptionboolean
Indicates whether the specified polygon is contained within this bounding box (check includes box boundary).boolean
Edge.fromPolygon
(Polygon poly) static CSG
CSG.fromPolygons
(Polygon... polygons) Constructs a CSG from the specifiedPolygon
instances.static CSG
CSG.fromPolygons
(PropertyStorage storage, Polygon... polygons) Constructs a CSG from the specifiedPolygon
instances.boolean
Bounds.intersects
(Polygon p) Deprecated.not implemented yetstatic boolean
void
Plane.splitPolygon
(Polygon polygon, List<Polygon> coplanarFront, List<Polygon> coplanarBack, List<Polygon> front, List<Polygon> back) Splits aPolygon
by this plane if needed.Method parameters in eu.mihosoft.vrl.v3d with type arguments of type PolygonModifier and TypeMethodDescriptionEdge.boundaryPathsWithHoles
(List<Polygon> boundaryPaths) static CSG
CSG.fromPolygons
(PropertyStorage storage, List<Polygon> polygons) Constructs a CSG from a list ofPolygon
instances.static CSG
CSG.fromPolygons
(List<Polygon> polygons) Constructs a CSG from a list ofPolygon
instances.void
Plane.splitPolygon
(Polygon polygon, List<Polygon> coplanarFront, List<Polygon> coplanarBack, List<Polygon> front, List<Polygon> back) Splits aPolygon
by this plane if needed. -
Uses of Polygon in eu.mihosoft.vrl.v3d.ext.org.poly2tri
Methods 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.RICH
Methods in org.jlab.detector.geom.RICH with parameters of type PolygonModifier and TypeMethodDescriptionvoid
RICHGeoFactory.dump_Polygon
(Polygon pol) double
RICHGeoFactory.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 PolygonModifier and TypeMethodDescriptionArrayList<org.jlab.geom.prim.Triangle3D>
RICHGeoFactory.toTriangle3D
(List<Polygon> pols) -
Uses of Polygon in org.jlab.geometry.prim
Methods 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()