API Reference > OdGe Classes > OdGePoint3d Class > OdGePoint3d Methods > OdGePoint3d::transformBy Method
OdGePoint3d::transformBy Method
Syntax
C++
OdGePoint3d& transformBy(const OdGeMatrix3d& xfm);
Parameters 
Description 
const OdGeMatrix3d& xfm 
[in] A 3D 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.