API Reference > OdGe Classes > OdGeScale2d Class > OdGeScale2d Methods > OdGeScale2d::postMultBy Method
OdGeScale2d::postMultBy Method
Syntax
C++
OdGeScale2d& postMultBy(const OdGeScale2d& rightSide);
Parameters 
Description 
const OdGeScale2d& rightSide 
[in] Any 2D scale vector that is multiplied with this scale vector. 

Sets this scale vector to the product (this scale vector) * (rightSide), and returns a reference to this scale vector. 

 

Scale multiplications are commutative.

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