API Reference > OdGe Classes > OdGePoint2d Class > OdGePoint2d Operators > OdGePoint2d::*= Operator
OdGePoint2d::*= Operator
Syntax
C++
OdGePoint2d& operator *=(double scale);
Parameters 
Description 
double scale 
[in] Input scale factor. 

Multiplication operator for the OdGePoint2d class. 

 

Scales this point by a scale factor. Returns the reference to this point.

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