Packagecom.somerandomdude.coordy.constants
Classpublic class LatticeType



Public Constants
 ConstantDefined by
  DIAGONAL : String = "diagonalLattice"
[static] Sets layout of Lattice to that of a triangular/rhombic lattice lattice (nodes are set alternatingly shifted one half spacing)
LatticeType
  SQUARE : String = "squareLattice"
[static] Sets layout of Lattice to that of a square/rectangular lattice (nodes are set orthogonally)
LatticeType
Constant detail
DIAGONALconstant
public static const DIAGONAL:String = "diagonalLattice"

Sets layout of Lattice to that of a triangular/rhombic lattice lattice (nodes are set alternatingly shifted one half spacing)

See also

SQUAREconstant 
public static const SQUARE:String = "squareLattice"

Sets layout of Lattice to that of a square/rectangular lattice (nodes are set orthogonally)

See also