Struct ProjectionParams
    Public
    
    
    
    Public Methods
        
                ProjectionParams
        
                (constraint, graphTransform)
    
                    
                    
                        Public
                    
                
        
                SquaredRectPointDistanceOnPlane
        
                (rect, p)
    
                    
                    Calculates the squared distance from a point to a box when projected to 2D.
                        Public
                    
                Public Variables
        
                alignedWithXZPlane
        
    
                    
                    
                        Public
                    
                
        
                alignedWithXZPlaneBacking
        
    
                    
                    
                        Public
                            Readonly
                    
                
        
                distanceMetric
        
    
                    
                    
                        Public
                            Readonly
                    
                
        
                distanceScaleAlongProjectionAxis
        
    
                    
                    
                        Public
                            Readonly
                    
                
        
                planeProjection
        
    
                    
                    
                        Public
                            Readonly
                    
                
        
                projectedUpNormalized
        
    
                    
                    
                        Public
                            Readonly
                    
                
        
                projectionAxis
        
    
                    
                    
                        Public
                            Readonly
                    
                Private/Protected Members
        
                SquaredRectPointDistanceOnPlane
        
                (projection, rect, p)
    
                    
                    
                        Private
                            Static