HexLat2 {pgs}R Documentation

Generator of 2D hexagonal lattices as VecLat objects

Description

Create an object of class "VecLat" representing a planar hexagonal vector lattice.

Usage

HexLat2(det=1)

Arguments

det the area of a fundamental tile of the hexagonal lattice. Default: 1.

Value

A VecLat-class object.

See Also

Generators VecLat, RectLat2, QcxLat2.

Examples

HexLat2()
HexLat2(sqrt(3)/8)

[Package pgs version 0.2-0 Index]