Parameters |
Description |
double factor |
[in] Uniform scale factor. |
Multiplication operator for the OdGeScale2d object. Returns the resulting scale object.
Multiplication of scale vectors is defined as follows:
scl * [xs1 ys1] = [scl*xs1 scl*ys1] [xs1 ys1 ] * [xs2 ys2] = [xs1*xs2 ys1*ys2]
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|