Home
last modified time | relevance | path

Searched refs:ToRotPoly (Results 1 – 2 of 2) sorted by relevance

/dports/cad/qcsxcad/QCSXCAD-0.6.2-5-g0dabbaf/
H A DQVTKStructure.cpp577 poly = prim->ToRotPoly(); in RenderGeometry()
600 dVector[2*prim->ToRotPoly()->GetRotAxisDir()+1]=1; in RenderGeometry()
601 … double angles[2] = {prim->ToRotPoly()->GetAngle(0)*180/PI,prim->ToRotPoly()->GetAngle(1)*180/PI}; in RenderGeometry()
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPrimitives.h151 …CSPrimRotPoly* ToRotPoly() { return ( this && Type == ROTPOLY ) ? (CSPrimRotPoly*) this : 0; } ///… in ToRotPoly() function