Class: Geokdtree::ResultPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/geokdtree/tree.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



3
4
5
# File 'lib/geokdtree/tree.rb', line 3

def data
  @data
end

#pointObject

Returns the value of attribute point

Returns:

  • (Object)

    the current value of point



3
4
5
# File 'lib/geokdtree/tree.rb', line 3

def point
  @point
end