API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > OdGePoint3d::scaleBy Method
OdGePoint3d::scaleBy Method
Syntax
C++
OdGePoint3d& scaleBy(double scaleFactor, const OdGePoint3d& basePoint = OdGePoint3d::kOrigin);
Parameters 
Description 
double scaleFactor 
[in] Scale Factor. The scale factor must be greater than zero.  
const OdGePoint3d& basePoint = OdGePoint3d::kOrigin 
[in] Basepoint relative to which scaling is computed. 

Scales this point by the scale factor about the basepoint. 

 

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