RectLat3 {pgs} | R Documentation |
Create an object of class "VecLat"
representing a 3D rectangular
vector lattice.
RectLat3(dx=1,dy=dx,dz=dx)
dx |
spacing along the x-axis. Default: 1. |
dy |
spacing along the y-axis. Default: dx. |
dz |
spacing along the z-axis. Default: dy. |
A VecLat-class object.
Generators VecLat
, BCRectLat3
, FCRectLat3
.
RectLat3() RectLat3(1,1,3)