Package gov.nih.mipav.model.structures
Class ComputationalGeometry.HalfEdgeVertex3
java.lang.Object
gov.nih.mipav.model.structures.ComputationalGeometry.HalfEdgeVertex3
- Enclosing class:
ComputationalGeometry
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionHalfEdgeVertex3(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
position
-
normal
-
edge
-
-
Constructor Details
-
HalfEdgeVertex3
-
HalfEdgeVertex3
public HalfEdgeVertex3(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal)
-
-
Method Details
-
GetEdgesPointingToVertex
public HashSet<ComputationalGeometry.HalfEdge3> GetEdgesPointingToVertex(ComputationalGeometry.HalfEdgeData3 meshData)
-