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

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

 

Scale multiplications are commutative.

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