Struct SimpleMovementPlane Extends IMovementPlane
    Public
    
    
    
    Public Methods
        
                Equals
        
                (other)
    
                
                
                    Public
                
            
        
                GetHashCode
        
                ()
    
                
                
                    Public
                
            
        
                SimpleMovementPlane
        
                (rotation)
    
                
                
                    Public
                
            
        
                ToPlane
        
                (point)
    
                
                Transforms from world space to the 'ground' plane of the graph.
                    Public
                
            
        
                ToPlane
        
                (point)
    
                
                Transforms from world space to the 'ground' plane of the graph.
                    Public
                
            
        
                ToPlane
        
                (point, elevation)
    
                
                Transforms from world space to the 'ground' plane of the graph.
                    Public
                
            
        
                ToPlane
        
                (point, elevation)
    
                
                Transforms from world space to the 'ground' plane of the graph.
                    Public
                
            
        
                ToSimpleMovementPlane
        
                ()
    
                
                
                    Public
                
            
        
                ToWorld
        
                (point, elevation=0)
    
                
                Transforms from the 'ground' plane of the graph to world space.
                    Public
                
            
        
                ToWorld
        
                (point, elevation=0)
    
                
                Transforms from the 'ground' plane of the graph to world space.
                    Public
                
            Public Static Methods
        
                operator!=
        
                (lhs, rhs)
    
                
                
                    Public
                        Static
                
            
        
                operator==
        
                (lhs, rhs)
    
                
                
                    Public
                        Static
                
            Public Variables
        
                inverseRotation
        
    
                
                
                    Public
                        Readonly
                
            
        
                isXY
        
    
                
                
                    Public
                        Readonly
                
            
        
                isXZ
        
    
                
                
                    Public
                        Readonly
                
            
        
                rotation
        
    
                
                
                    Public
                        Readonly
                
            Public Static Variables
        
                XYPlane
        
    
                
                A plane that spans the X and Y axes.
                    Public
                        Static
                        Readonly
                
            
        
                XZPlane
        
    
                
                A plane that spans the X and Z axes.
                    Public
                        Static
                        Readonly