|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VcLaserArray | |
camera3d | |
camera3d.action |
Uses of VcLaserArray in camera3d |
Methods in camera3d with parameters of type VcLaserArray | |
void |
GUIControl.setLaserArrayGrid(VcLaserArray array,
int nx,
int ny,
double dx,
double dy)
|
void |
GUIControl.changeLaserArrayColor(VcLaserArray array,
double red,
double green,
double blue)
|
void |
GUIControl.changeLaserSpotSize(VcLaserArray array,
double size)
|
void |
J3DBase.addLaserArray(VcLaserArray array)
Adds a VcLaserArray to the scene graph; notifyChangeListeners is called at the end of execution. |
Uses of VcLaserArray in camera3d.action |
Constructors in camera3d.action with parameters of type VcLaserArray | |
ChangeLaserArrayColorAction(VcLaserArray array,
double red,
double green,
double blue)
|
|
ChangeLaserSpotSizeAction(VcLaserArray array,
double size)
|
|
SetLaserArrayGridAction(VcLaserArray array,
int nx,
int ny,
double dx,
double dy)
Constructs an action that will change the grid of a given VcLaserArray. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |