Searched refs:areParallel (Results 1 – 11 of 11) sorted by relevance
/trunk/main/basegfx/source/vector/ |
H A D | b2ivector.cxx | 96 bool areParallel( const B2IVector& rVecA, const B2IVector& rVecB ) in areParallel() function 144 else if(areParallel(rBackVector, aInverseForwardVector)) in getContinuity()
|
H A D | b2dvector.cxx | 143 bool areParallel( const B2DVector& rVecA, const B2DVector& rVecB ) in areParallel() function 205 if(areParallel(rBackVector, rForwardVector) && rBackVector.scalar(rForwardVector) < 0.0) in getContinuity()
|
H A D | b3dvector.cxx | 96 bool areParallel( const B3DVector& rVecA, const B3DVector& rVecB ) in areParallel() function
|
/trunk/main/basegfx/inc/basegfx/vector/ |
H A D | b2ivector.hxx | 209 BASEGFX_DLLPUBLIC bool areParallel( const B2IVector& rVecA, const B2IVector& rVecB );
|
H A D | b2dvector.hxx | 246 BASEGFX_DLLPUBLIC bool areParallel( const B2DVector& rVecA, const B2DVector& rVecB );
|
H A D | b3dvector.hxx | 305 BASEGFX_DLLPUBLIC bool areParallel( const B3DVector& rVecA, const B3DVector& rVecB );
|
/trunk/main/basegfx/source/curve/ |
H A D | b2dcubicbezier.cxx | 142 const bool bLeftParallel(bLeftEqualZero ? true : areParallel(aLeft, aBase)); in ImpSubDivAngleStart() 143 const bool bRightParallel(bRightEqualZero ? true : areParallel(aRight, aBase)); in ImpSubDivAngleStart()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | helplineprimitive2d.cxx | 87 if(basegfx::areParallel(getDirection(), basegfx::B2DVector(1.0, 0.0))) in create2DDecomposition()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 1052 if(areParallel(aEdgeVector, aTestVector)) in isPointOnLine()
|
H A D | b2dpolygoncutandtouch.cxx | 677 if(areParallel(aNormalizedEdgeVector, aTestVector)) in findTouchesOnEdge()
|
H A D | b2dpolygontools.cxx | 2245 if(areParallel(aEdgeVector, aTestVector)) in isPointOnLine()
|
Completed in 55 milliseconds