Struct PathPart
    Public
    
    Part of a path.
This is either a sequence of adjacent triangles or a link.
See
Public Variables
        
                endIndex
        
    
                
                Index of the last node in this part.
                    Public
                
            
        
                endPoint
        
    
                
                
                    Public
                
            
        
                isLink
        
    
                
                
                    Public
                
            
        
                startIndex
        
    
                
                Index of the first node in this part.
                    Public
                
            
        
                startPoint
        
    
                
                
                    Public