API Reference > OdGe Classes > OdGeMatrix2d Class > OdGeMatrix2d Methods > OdGeMatrix2d::scaling Method
OdGeMatrix2d::scaling Method
Syntax
C++
static OdGeMatrix2d scaling(double scale, const OdGePoint2d& center = OdGePoint2d::kOrigin);
Parameters 
Description 
double scale 
[in] Scale factor.  
const OdGePoint2d& center = OdGePoint2d::kOrigin 
[in] Center of scaling. 

Returns the matrix which scales by scale about center. 

 

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