API Reference > OdGe Classes > OdGeScale3d Class > OdGeScale3d Operators > * Operator > OdGeScale3d::* Operator (OdGeScale3d&)
OdGeScale3d::* Operator (OdGeScale3d&)
Syntax
C++
OdGeScale3d operator *(const OdGeScale3d& scaleVec) const;
Parameters 
Description 
const OdGeScale3d& scaleVec 
[in] Any 3D scale vector scale factors of which are multiplied. 

Multiplication operator for the OdGeScale3d object. 

 

Multiplies scale factors of the passed object with scale factors of this object and returns the resulting object. Multiplication of scale vectors is defined as follows: 

scl * [xs ys] = [scl*xs scl*ys] [xs1 ys1] * [xs2 ys2] = [xs1*xs2 ys1*ys2]

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