plot.c | plot.c | |||
---|---|---|---|---|
skipping to change at line 18451 | skipping to change at line 18451 | |||
/* Initialise the bounding box for primatives produced by this call. */ | /* Initialise the bounding box for primatives produced by this call. */ | |||
if( !Boxp_freeze ) { | if( !Boxp_freeze ) { | |||
Boxp_lbnd[ 0 ] = FLT_MAX; | Boxp_lbnd[ 0 ] = FLT_MAX; | |||
Boxp_lbnd[ 1 ] = FLT_MAX; | Boxp_lbnd[ 1 ] = FLT_MAX; | |||
Boxp_ubnd[ 0 ] = FLT_MIN; | Boxp_ubnd[ 0 ] = FLT_MIN; | |||
Boxp_ubnd[ 1 ] = FLT_MIN; | Boxp_ubnd[ 1 ] = FLT_MIN; | |||
} | } | |||
/* Validate the axis index, converting the axis index to be zero-based. */ | /* Validate the axis index, converting the axis index to be zero-based. */ | |||
(void) astValidateAxis( this, axis - 1, method ); | (void) astValidateAxis( this, axis - 1, 1, method ); | |||
/* Indicate that the GRF module should re-calculate it's cached values | /* Indicate that the GRF module should re-calculate it's cached values | |||
(in case the state of the graphics system has changed since the last | (in case the state of the graphics system has changed since the last | |||
thing was drawn). */ | thing was drawn). */ | |||
RESET_GRF; | RESET_GRF; | |||
/* Draw the curve. The break information is stored in an external structure | /* Draw the curve. The break information is stored in an external structure | |||
where it can be accessed by public methods which return information | where it can be accessed by public methods which return information | |||
about the most recently drawn curve. */ | about the most recently drawn curve. */ | |||
AxPlot( this, axis - 1, start, length, 1, &Curve_data, method, class, st atus ); | AxPlot( this, axis - 1, start, length, 1, &Curve_data, method, class, st atus ); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |