Changes between Version 10 and Version 11 of FDORfc49


Ignore:
Timestamp:
Jun 8, 2010, 1:57:55 PM (14 years ago)
Author:
romicadascalescu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc49

    v10 v11  
    103103                                                    double x,
    104104                                                    double y,
    105                                                     double toleranceXY = 1e-10,
    106                                                     bool* isOnBoundary = NULL);
     105                                                    bool* isOnBoundary = NULL,
     106                                                    double toleranceXY = 1e-10);
    107107
    108108            /// \brief
     
    123123            FDO_SPATIAL_API static bool PointInPolygon(FdoIPolygon* poly,
    124124                                                       double x,
    125                                                        double y,
    126                                                        double toleranceXY = 1e-10,
     125                                                       double y,                                                       
    127126                                                       bool* isOnExtBoundary = NULL,
    128                                                        bool* isOnIntBoundary = NULL);
     127                                                       bool* isOnIntBoundary = NULL
     128                                                       double toleranceXY = 1e-10);
    129129}}}
    130130