Package gov.nih.mipav.model.structures
Class ComputationalGeometry.EarClippingPolygon
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.EarClippingPolygon
-
- Enclosing class:
- ComputationalGeometry
public class ComputationalGeometry.EarClippingPolygon extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intidintmaxX_ListPosComputationalGeometry.MyVector2maxX_VertComputationalGeometry.Polygon2polygon
-
Constructor Summary
Constructors Constructor Description EarClippingPolygon(ComputationalGeometry.Polygon2 polygon)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidCalculateMaxXValue()intGetLastListPos(ComputationalGeometry.MyVector2 pos)java.util.ArrayList<ComputationalGeometry.MyVector2>Vertices()
-
-
-
Field Detail
-
polygon
public ComputationalGeometry.Polygon2 polygon
-
maxX_Vert
public ComputationalGeometry.MyVector2 maxX_Vert
-
maxX_ListPos
public int maxX_ListPos
-
id
public int id
-
-
Constructor Detail
-
EarClippingPolygon
public EarClippingPolygon(ComputationalGeometry.Polygon2 polygon)
-
-
Method Detail
-
Vertices
public java.util.ArrayList<ComputationalGeometry.MyVector2> Vertices()
-
CalculateMaxXValue
private void CalculateMaxXValue()
-
GetLastListPos
public int GetLastListPos(ComputationalGeometry.MyVector2 pos)
-
-