Uses of Package
squidpony.squidgrid.zone
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
squidpony.squidgrid.zone |
Ways to represent different types of areas in 2D space; not recommended, most new code uses
GreasedRegion . |
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Classes in squidpony.squidgrid.zone used by squidpony.squidgrid.mapping Class Description Zone Abstraction over a list ofCoord
.Zone.Skeleton A convenience partial implementation. -
Classes in squidpony.squidgrid.zone used by squidpony.squidgrid.zone Class Description CoordPackerZone A zone constructed byCoordPacker
.ImmutableZone Created by Tommy Ettinger on 11/24/2016.Zone Abstraction over a list ofCoord
.Zone.Skeleton A convenience partial implementation. -
Classes in squidpony.squidgrid.zone used by squidpony.squidmath Class Description MutableZone Created by Tommy Ettinger on 11/24/2016.Zone Abstraction over a list ofCoord
.Zone.Skeleton A convenience partial implementation.