Function Polygon.ContainsPoint
        
                ContainsPoint
        
                (Vector2Int a, Vector2Int b, Vector2Int c, Vector2Int p)
    
            
            Returns if the triangle ABC contains the point p.
                Public
                    Static
            
        
        
                ContainsPoint
        
                (ref int3 aWorld, ref int3 bWorld, ref int3 cWorld, ref int3 pWorld, in float2x3 planeProjection)
    
            
            Returns if the triangle contains the point p when projected on a plane using the given projection.
                Public
                    Static
            
        
        
                ContainsPoint
        
                (ref int3 aWorld, ref int3 bWorld, ref int3 cWorld, ref int3 pWorld, refNativeMovementPlane movementPlane)
    
            
            Returns if the triangle contains the point p when projected on the movement plane.
                Public
                    Static