Class RichPath
    Public
    
    
    
    Public Methods
        
                Clear
        
                ()
    
                
                
                    Public
                
            
        
                GetCurrentPart
        
                ()
    
                
                
                    Public
                
            
        
                Initialize
        
                (seeker, path, mergePartEndpoints, simplificationMode)
    
                
                Use this for initialization.
                    Public
                
            
        
                NextPart
        
                ()
    
                
                
                    Public
                
            
        
                RichPath
        
                ()
    
                
                
                    Public
                
            Public Variables
        
                CompletedAllParts
        
    
                
                True if we have completed (called NextPart for) the last part in the path.
                    Public
                
            
        
                Endpoint
        
    
                
                
                    Public
                
            
        
                IsLastPart
        
    
                
                True if we are traversing the last part of the path.
                    Public
                
            
        
                seeker
        
    
                
                
                    Public
                
            
        
                transform
        
    
                
                Transforms points from path space to world space.
                    Public
                
            Private/Protected Members
        
                currentPart
        
    
                
                
                    Private
                
            
        
                parts
        
    
                
                
                    Private
                        Readonly