API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Methods > setToPlaneToWorld Method > OdGeMatrix3d::setToPlaneToWorld Method (OdGeVector3d&)
OdGeMatrix3d::setToPlaneToWorld Method (OdGeVector3d&)
Syntax
C++
OdGeMatrix3d& setToPlaneToWorld(const OdGeVector3d& normal);
Parameters 
Description 
const OdGeVector3d& normal 
[in] The normal to the plane. 

Sets this matrix to the matrix which maps the plane coordinate system to the WCS, and returns a reference to this matrix. 

 

If normal is specified, the origin of the plane is (0,0,0).

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