API Reference > OdGe Classes > OdGePointOnCurve3d Class > OdGePointOnCurve3d Methods > deriv Method > OdGePointOnCurve3d::deriv Method (int, OdGeCurve3d&, double)
OdGePointOnCurve3d::deriv Method (int, OdGeCurve3d&, double)
Syntax
C++
OdGeVector3d deriv(int order, const OdGeCurve3d& curve3d, double param);
Parameters 
Description 
int order 
[in] the order of the derivative [1-2].  
const OdGeCurve3d& curve3d 
[in] Any 3D curve. Sets the current curve. 
double param 
[in] Sets the current parameter.  

Returns the derivative of the curve at the point on the curve. 

 

Currently not implemented.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.