API Reference > OdDg Classes > OdDgComplexCurve Class > OdDgComplexCurve Methods > OdDgComplexCurve::getSecondDeriv Method
OdDgComplexCurve::getSecondDeriv Method
Syntax
C++
virtual OdResult getSecondDeriv(double param, OdGeVector3d& secondDeriv) const;
Parameters 
Description 
double param 
[in] Parameter specifying point.  
OdGeVector3d& secondDeriv 
[out] Receives the first derivative. 
pointOnCurve 
[in] Point on the curve.  

Returns eOk if successful, or an appropriate error code if not.

Returns the second derivative of this Curve object at the specified point. 

 

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