Click or drag to resize

VelocityDBExtensions.Spatial Namespace

[Missing <summary> documentation for "N:VelocityDBExtensions.Spatial"]

Classes
  ClassDescription
Public classPriorityQueuePriority, Value
Priority Queue that stores values and priorities.
Public classPriorityQueueRTree
RTree uses double for priorities and Rectangle as values
Public classRTree
RTree implementation inspired by description on Wikipedia http://en.wikipedia.org/wiki/R-tree
Structures
  StructureDescription
Public structurePoint
Points are most often considered within the framework of Euclidean geometry, where they are one of the fundamental objects. Euclid originally defined the point as "that which has no part". In two-dimensional Euclidean space, a point is represented by an ordered pair (x,?y) of numbers, where the first number conventionally represents the horizontal and is often denoted by x, and the second number conventionally represents the vertical and is often denoted by y.
Public structureRectangle