API Reference > OdGe Classes > OdGeScale3d Class > OdGeScale3d Methods > OdGeScale3d::postMultBy Method
OdGeScale3d::postMultBy Method
Syntax
C++
OdGeScale3d& postMultBy(const OdGeScale3d& rightSide);
Parameters 
Description 
const OdGeScale3d& rightSide 
[in] Any 3D 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.