A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
z — Property, class com.lookbackon.ds.NumberBoard
Each n-in-a-row area on the board in which a winning connection can be made is given a unique number from 0 to z-1.
z — Property, class ptolemy.geom3D.core.Eye
_z — Property, class ptolemy.geom3D.core.Point
z — Property, class ptolemy.geom3D.core.Point
z — Property, class ptolemy.geom3D.core.RegularFace
z — Property, class ptolemy.geom3D.core.Vertex
zero() — method, class com.lookbackon.AI.steeringBehavior.Vector2D
Sets this vector's x and y values, and thus length, to zero.
zeros(dim:int, val:Number) — Static Method , class com.masterbaboon.AdvancedMath
Create a new array with elements initialized to a particular value.
ZobristConstants — final class, package com.godpaper.as3.consts
Summary description for ZC(ZobristConstants). In breakthrough, the transposition table proven to be very effective for detecting duplicate positions and as well for Iterative Deepening (re-search is almost done instantaneously). Zobrist hashing was used in the algorithm in order to create the transposition table.
ZobristConstants() — Constructor, class com.godpaper.as3.consts.ZobristConstants
ZobristHashTable — class, package com.lookbackon.ds
These old hashes defined my requirements: The keys are unaligned variable-length byte arrays. Sometimes keys are several such arrays. Sometimes a set of independent hash functions were required. Average key lengths ranged from 8 bytes to 200 bytes. Keys might be character strings, numbers, bit-arrays, or weirder things. Table sizes could be anything, including powers of 2. The hash must be faster than the old one. The hash must do a good job.
ZobristHashTable(size:int, zobristKey:int) — Constructor, class com.lookbackon.ds.ZobristHashTable
An important issue is the question of what size the hash keys should have.
ZobristKeysModel — class, package com.godpaper.as3.model
A singleton model hold all Chess Board's tag info for Chess HistoryTable/OpeningBook.
ZobristKeysModel(access:ZobristKeysModel.as$243:Private) — Constructor, class com.godpaper.as3.model.ZobristKeysModel
ZobristKeyVO — class, package com.godpaper.as3.model.vos
The zobrist key value object obtain the keys(color,type,position).
ZobristKeyVO() — Constructor, class com.godpaper.as3.model.vos.ZobristKeyVO
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z