Class MutableGraphTransform Extends GraphTransform
    Public
    
    Like Pathfinding.Util.GraphTransform, but mutable.
Public Methods
Inherited Public Members
        
                identity
        
    
                    
                    True if this transform is the identity transform (i.e it does not do anything)
                        Public
                    
                
        
                identityTransform
        
    
                    
                    
                        Public
                            Static
                            Readonly
                    
                
        
                inverseMatrix
        
    
                    
                    
                        Public
                    
                
        
                matrix
        
    
                    
                    
                        Public
                    
                
        
                onlyTranslational
        
    
                    
                    True if this transform is a pure translation without any scaling or rotation.
                        Public
                    
                
        
                rotation
        
    
                    
                    
                        Public
                    
                
        
                xyPlane
        
    
                    
                    Transforms from the XZ plane to the XY plane.
                        Public
                            Static
                            Readonly
                    
                
        
                xzPlane
        
    
                    
                    Transforms from the XZ plane to the XZ plane (i.e.
                        Public
                            Static
                            Readonly