id | An integer variable that specifies the ID of the corresponding CURVE statement. |
alpha | A double-precision variable that identifies the value of the independent parameter, a, at which GTCURV is to evaluate the curve. If the curve is a B-spline computed by the CURVE statement, alpha must be in the domain -1 < alpha < 1. If the curve is computed by CURSUB, alpha must be in the domain MINPAR < alpha < MAXPAR (these are specified in the CURVE statement). |
iord | An integer variable that specifies the order of the derivative the GTCURV is to return. The legal values are: ■0 - Returns the curve coordinate. ■1 - Returns the first derivative with respect to . ■2 - Returns the second derivative with respect to . |
array | A double-precision array of length three which contains the returned values of x, y, z. ![]() |
istat | An integer variable that indicates either the success or teason for the failure of the call to GTCURV. ![]() |