Method: Worldgen::PlateMap#num_points

Defined in:
lib/worldgen/platemap.rb

#num_pointsObject

Get the number of points in the map.



94
95
96
# File 'lib/worldgen/platemap.rb', line 94

def num_points
  @size * @size
end