@@ -83,7 +83,7 @@ Supported:
8383* Non-cartesian geometries (spherical_equatorial and geographic)
8484 * Boost.Geometry: point, box, segment, referring_segment, polygon, multi_point, multi_linestring, multi_polygon, nsphere
8585* Spatial indexes
86- * Boost.Geometry: rtree (no direct memory access for now, so it may take long time to load)
86+ * Boost.Geometry: rtree
8787* Complex numbers
8888 * STL: complex
8989* Variants of geometries
@@ -129,7 +129,7 @@ Supported:
129129* Non-cartesian geometries (spherical_equatorial and geographic)
130130 * Boost.Geometry: point, box, segment, referring_segment, polygon, multi_point, multi_linestring, multi_polygon, nsphere
131131* Spatial indexes
132- * Boost.Geometry: rtree (no direct memory access for now, so it may take long time to load)
132+ * Boost.Geometry: rtree
133133* Complex numbers
134134 * STL: complex
135135* Images
@@ -189,6 +189,7 @@ Options for each Watch can be found under **Tools**->**Options**->**Graphical De
189189The extension offers support for the following user-defined geometries for both C++ and C# types:
190190
191191 * Point
192+ * Box (or rectangle)
192193 * MultiPoint
193194 * Linestring
194195 * MultiLinestring
@@ -240,9 +241,7 @@ They can be defined in XML file similar to *.natvis file. Path to this file can
240241Current limitations:
241242
242243 * only one entry per type
243- * based on identifier, no separate entries for template specializations
244- * no support for user-defined coordinate system, cartesian is used by default
245- * in C# elements stored in containers has to be ValueTypes
244+ * in C# elements stored in containers has to be ValueTypes, Points and Boxes has to be structs
246245
247246See more [ examples at GitHub] ( https://github.com/awulkiew/graphical-debugging/tree/master/examples ) .
248247
0 commit comments