public interface IPolyhedron
Modifier and Type | Method and Description |
---|---|
List<LineSegment3D> |
getEdges() |
List<Polygon3D> |
getFaces() |
List<Polygon3D> |
getFacesNormalTo(Hep3Vector normal) |
int[] |
getHepRepVertexOrdering() |
List<Point3D> |
getVertices() |
List<LineSegment3D> getEdges()
List<Polygon3D> getFacesNormalTo(Hep3Vector normal)
int[] getHepRepVertexOrdering()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.