Name

OfxParametricParameterSuiteV1::parametricParamGetNthControlPoint — Returns the key/value pair of the nth control point.

Synopsis

#include "ofxParametricParam.h" 
OfxStatus(*parametricParamGetNthControlPoint)(OfxParamHandleparam,
 int curveIndex,
 doubletime,
 int nthCtl,
 double *key,
 double *value);
 

Arguments

  • param - handle to the parametric parameter
  • curveIndex - which dimension to check
  • time - the time to check
  • nthCtl - the nth control point to get the value of
  • key - pointer to a double where the key will be returned
  • value - pointer to a double where the value will be returned

Returns