API Reference > Classes > PRC Mathematical Operators > OdPrcMath3dNonLinear Class > OdPrcMath3dNonLinear Methods > OdPrcMath3dNonLinear::transformPoint Method
OdPrcMath3dNonLinear::transformPoint Method
Syntax
C++
virtual OdGePoint3d transformPoint(const OdGePoint3d& ptBase) const;
Parameters 
Description 
const OdGePoint3d& ptBase 
[in] A parameter to be evaluated. 

Evaluates a specified parameter using the following formula: 

tmp_result = left_transformation.evaluate(param); output.x = tmp_result.x * cos(tmp_result.y * d2); output.y = tmp_result.x * sin(tmp_result.y *d2); output.z = tmp_result.z; output = right_transformation.evaluate(output); 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.