RectLat3 {pgs}R Documentation

Generator of 3D rectangular lattices as VecLat objects

Description

Create an object of class "VecLat" representing a 3D rectangular vector lattice.

Usage

RectLat3(dx=1,dy=dx,dz=dx)

Arguments

dx spacing along the x-axis. Default: 1.
dy spacing along the y-axis. Default: dx.
dz spacing along the z-axis. Default: dy.

Value

A VecLat-class object.

See Also

Generators VecLat, BCRectLat3, FCRectLat3.

Examples

RectLat3()
RectLat3(1,1,3)

[Package pgs version 0.2-0 Index]