- z - Variable in class squidpony.squidmath.Coord3D
-
- zDecode(short) - Static method in class squidpony.squidmath.CoordPacker
-
Takes a Morton code, with interleaved x and y bits and x in the least significant bit, and returns the Coord
representing the same x, y position.
- zEncode(short, short) - Static method in class squidpony.squidmath.CoordPacker
-
Takes two 8-bit unsigned integers index1 and index2, and returns a Morton code, with interleaved index1 and
index2 bits and index1 in the least significant bit.
- ZOI - Class in squidpony.squidai
-
Calculates the Zone of Influence, also known as Zone of Control, for different points on a map.
- ZOI(Coord[][], char[][], Radius) - Constructor for class squidpony.squidai.ZOI
-
Constructs a Zone of Influence map.
- ZOI(Coord[], char[][], Radius) - Constructor for class squidpony.squidai.ZOI
-
Constructs a Zone of Influence map.