API Reference > OdGe Classes > OdGePoint2d Class > OdGePoint2d Methods > OdGePoint2d::transformBy Method
OdGePoint2d::transformBy Method
Syntax
C++
OdGePoint2d& transformBy(const OdGeMatrix2d& xfm);
Parameters 
Description 
const OdGeMatrix2d& xfm 
[in] A 2D matrix with which this point is multiplied. 

Sets this point to the result of the matrix multiplication of xfm * this point. Returns a reference to this point. 

 

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