Class: SimpleMap

Grape2D. SimpleMap

new SimpleMap()

SimpleMap, represents a proof of concept. This is a simple map, that just implements a simple array to store objects.
Source:

Members

<private> objs :!Array.<Grape2D.Object2D>

Objects of the map.
Type:
Source:

Methods

add()

Source:

clear()

Source:

query()

Source:

queryPoint()

Not implemented.
Source:

queryRay()

Not implemented.
Source:

rebuild()

Source:

remove()

Source:

update()

Source: