API Reference > OdDg Classes > OdDgEllipse2d Class > OdDgEllipse2d Methods > OdDgEllipse2d::getSecondDeriv Method
OdDgEllipse2d::getSecondDeriv Method
Syntax
C++
virtual OdResult getSecondDeriv(double param, OdGeVector2d& secondDeriv) const;
Parameters 
Description 
double param 
[in] Parameter specifying point.  
OdGeVector2d& 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.