Package gov.nih.mipav.model.structures
Class ComputationalGeometry.HalfEdgeVertex3
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.HalfEdgeVertex3
-
- Enclosing class:
- ComputationalGeometry
public class ComputationalGeometry.HalfEdgeVertex3 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ComputationalGeometry.HalfEdge3edgeComputationalGeometry.MyVector3normalComputationalGeometry.MyVector3position
-
Constructor Summary
Constructors Constructor Description HalfEdgeVertex3(ComputationalGeometry.MyVector3 position)HalfEdgeVertex3(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.HashSet<ComputationalGeometry.HalfEdge3>GetEdgesPointingToVertex(ComputationalGeometry.HalfEdgeData3 meshData)
-
-
-
Field Detail
-
position
public ComputationalGeometry.MyVector3 position
-
normal
public ComputationalGeometry.MyVector3 normal
-
edge
public ComputationalGeometry.HalfEdge3 edge
-
-
Constructor Detail
-
HalfEdgeVertex3
public HalfEdgeVertex3(ComputationalGeometry.MyVector3 position)
-
HalfEdgeVertex3
public HalfEdgeVertex3(ComputationalGeometry.MyVector3 position, ComputationalGeometry.MyVector3 normal)
-
-
Method Detail
-
GetEdgesPointingToVertex
public java.util.HashSet<ComputationalGeometry.HalfEdge3> GetEdgesPointingToVertex(ComputationalGeometry.HalfEdgeData3 meshData)
-
-