Searched refs:getCutBetweenLineAndPlane (Results 1 – 3 of 3) sorted by relevance
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolygontools.hxx | 160 …BASEGFX_DLLPUBLIC bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rP…
|
/trunk/main/drawinglayer/source/processor3d/ |
H A D | cutfindprocessor3d.cxx | 190 … if(basegfx::tools::getCutBetweenLineAndPlane(aPlaneNormal, aPointOnPlane, maFront, maBack, fCut)) in processBasePrimitive3D()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 1124 …bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rPlanePoint, const B… in getCutBetweenLineAndPlane() function 1156 … return getCutBetweenLineAndPlane(aPlaneNormal, aPointOnPlane, rEdgeStart, rEdgeEnd, fCut); in getCutBetweenLineAndPolygon()
|
Completed in 21 milliseconds