Uses of Class
org.episteme.core.mathematics.geometry.boundaries.ConvexPolyhedron3D
Packages that use ConvexPolyhedron3D
Package
Description
Comprehensive boundary and region support for geometric modeling.
-
Uses of ConvexPolyhedron3D in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry that return ConvexPolyhedron3DModifier and TypeMethodDescriptionstatic ConvexPolyhedron3DConvexHull3D.computePolyhedron(List<Point3D> points) Creates a ConvexPolyhedron3D from the hull. -
Uses of ConvexPolyhedron3D in org.episteme.core.mathematics.geometry.boundaries
Methods in org.episteme.core.mathematics.geometry.boundaries that return ConvexPolyhedron3DModifier and TypeMethodDescriptionstatic ConvexPolyhedron3DCreates a box (rectangular parallelepiped).static ConvexPolyhedron3DConvexPolyhedron3D.extrude(Boundary2D polygon, Real height) Extrudes a 2D polygon into a 3D prism.static ConvexPolyhedron3DConvexPolyhedron3D.tetrahedron(Point3D a, Point3D b, Point3D c, Point3D d) Creates a tetrahedron from 4 points.