Struct JobBuildMesh Extends IJob
    Public
    
    Builds a polygon mesh from a contour set.
Public Methods
Public Static Methods
        
                Diagonalie
        
                (i, j, n, verts, indices)
    
                    
                    Returns T iff (v_i, v_j) is a proper internal *or* external diagonal of P, *ignoring edges incident to v_i and v_j*.
        
                Left
        
                (a, b, c, verts)
    
                    
                    Returns true iff c is strictly to the left of the directed line through a to b.
Public Variables
        
                contourVertices
        
    
                    
                    
                        Public
                    
                
        
                contours
        
    
                    
                    contour set to build a mesh from.
                        Public
                    
                
        
                field
        
    
                    
                    
                        Public
                    
                
        
                mesh
        
    
                    
                    Results will be written to this mesh.
                        Public