Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeScale2d::* Operator (const OdGeScale2d&)
Syntax
C++
OdGeScale2d operator *(const OdGeScale2d& scaleVec) const;

Multiplication operator for the OdGeScale2d object. 

 

Parameters
Description
scaleVec
[in] Any 2D scale vector scale factors of which are multiplied.

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-2022. Open Design Alliance All rights reserved.