API Reference > OdGe Classes > OdGeEllipArc3d Class > OdGeEllipArc3d Methods > OdGeEllipArc3d::inverseTangent Method
OdGeEllipArc3d::inverseTangent Method
Syntax
C++
OdResult inverseTangent(const OdGeVector3d& tan, OdGeDoubleArray& params) const;
Parameters 
Description 
const OdGeVector3d& tan 
[in] A vector defining the tangent direction.  
OdGeDoubleArray& params 
[out] Receives the array of tangent point parameters. 

Returns the parameters of the points (if any) on the elliptical arc, whose tangents are parallel to the specified tangent vector. 

 

The parameters are appended to the specified array. You may wish to initialize the params array with clear().

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