UF_EVAL_hyperbola_s (view source)
 
Defined in: uf_eval.h
 
Also known as:
 


Data Members

limits [ 2 ]
double
Curve limits: [0] = min [1] = max

k1
double
First coefficient for evaluating hyperbola

k2
double
Second coefficient for evaluating hyperbola
Note that the limits and k1,k2 are values used for
efficient evaluation of the hyperbola and are
not the same as the start/end parameters and k1,k2
of UF_CURVE_ask_conic_data.

center [ 3 ]
double
Center (ABS coordinates)

x_axis [ 3 ]
double
Unit direction vector of the x axis (ABS)

y_axis [ 3 ]
double
Unit direction vector of the y axis (ABS)