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

Multiplication operator for the OdGePoint3d class. 

 

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

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