| Constant | Defined 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 | ||
| DIAGONAL | constant |
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
| SQUARE | constant |
public static const SQUARE:String = "squareLattice"Sets layout of Lattice to that of a square/rectangular lattice (nodes are set orthogonally)
See also