VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::DataSet::SetCoordinateScaleFactorY ( double  factor)
inline

Set scale factor for y coordinates.

This has to be set before the grid is added to the dataset.

Definition at line 257 of file vtkfigDataSet.h.

257 { coordinate_scale_factor_xyz[1]=factor;}
double coordinate_scale_factor_xyz[3]