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

Returns the matrix which maps the plane coordinate system to the WCS. 

 

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

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