Class ConvexHull2.Edge
  
  Internal class that represents edge of hull, and neighbours
 
  
  
    Inheritance
    
    ConvexHull2.Edge
   
  
  Namespace: g3
  Assembly: cs.temp.dll.dll
  Syntax
  
  Constructors
  
  
  
  
  Edge(Int32, Int32)
  
  
  Declaration
  
    public Edge(int v0, int v1)
   
  Parameters
  
  Fields
  
  
  
  E0
  
  
  Declaration
  
    public ConvexHull2.Edge E0
   
  Field Value
  
  
  
  E1
  
  
  Declaration
  
    public ConvexHull2.Edge E1
   
  Field Value
  
  
  
  Sign
  
  
  Declaration
  
  Field Value
  
  
  
  Time
  
  
  Declaration
  
  Field Value
  
  
  
  V
  
  
  Declaration
  
  Field Value
  
  Methods
  
  
  
  
  DeleteSelf()
  
  
  Declaration
  
  
  
  
  GetIndices(ref Int32, ref Int32[])
  
  
  Declaration
  
    public void GetIndices(ref int numIndices, ref int[] indices)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        numIndices | 
         | 
      
      
        | Int32[] | 
        indices | 
         | 
      
    
  
  
  
  
  GetSign(Int32, Query2)
  
  
  Declaration
  
    public int GetSign(int i, Query2 query)
   
  Parameters
  
  Returns
  
  
  
  
  Insert(ConvexHull2.Edge, ConvexHull2.Edge)
  
  
  Declaration
  
    public void Insert(ConvexHull2.Edge adj0, ConvexHull2.Edge adj1)
   
  Parameters