Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeMatrix3d::setToScaling Method (const OdGeScale3d&, const OdGePoint3d&)
Syntax
C++
OdGeMatrix3d& setToScaling(const OdGeScale3d& scale, const OdGePoint3d& center = OdGePoint3d::kOrigin);

Sets this matrix to the matrix which is scaled by a scale factor about the center of scaling, and returns a reference to this matrix. 

 

Parameters
Description
scale
[in] Scale factor.
center
[in] Center of scaling.

Reference to this matrix.

Copyright © 2002-2022. Open Design Alliance All rights reserved.