Searched defs:rVecA (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/basegfx/inc/basegfx/point/ |
H A D | b2dhompoint.hxx | 273 inline B2DHomPoint minimum(const B2DHomPoint& rVecA, const B2DHomPoint& rVecB) in minimum() 280 inline B2DHomPoint maximum(const B2DHomPoint& rVecA, const B2DHomPoint& rVecB) in maximum() 330 inline B2DHomPoint operator+(const B2DHomPoint& rVecA, const B2DHomPoint& rVecB) in operator +() 337 inline B2DHomPoint operator-(const B2DHomPoint& rVecA, const B2DHomPoint& rVecB) in operator -()
|
H A D | b3dhompoint.hxx | 304 inline B3DHomPoint minimum(const B3DHomPoint& rVecA, const B3DHomPoint& rVecB) in minimum() 312 inline B3DHomPoint maximum(const B3DHomPoint& rVecA, const B3DHomPoint& rVecB) in maximum() 367 inline B3DHomPoint operator+(const B3DHomPoint& rVecA, const B3DHomPoint& rVecB) in operator +() 374 inline B3DHomPoint operator-(const B3DHomPoint& rVecA, const B3DHomPoint& rVecB) in operator -()
|
/aoo41x/main/basegfx/source/vector/ |
H A D | b2ivector.cxx | 96 bool areParallel( const B2IVector& rVecA, const B2IVector& rVecB ) in areParallel() 102 B2VectorOrientation getOrientation( const B2IVector& rVecA, const B2IVector& rVecB ) in getOrientation()
|
H A D | b2dvector.cxx | 143 bool areParallel( const B2DVector& rVecA, const B2DVector& rVecB ) in areParallel() 151 B2VectorOrientation getOrientation( const B2DVector& rVecA, const B2DVector& rVecB ) in getOrientation()
|
H A D | b3dvector.cxx | 96 bool areParallel( const B3DVector& rVecA, const B3DVector& rVecB ) in areParallel()
|
/aoo41x/main/basegfx/inc/basegfx/vector/ |
H A D | b3ivector.hxx | 245 inline B3IVector cross(const B3IVector& rVecA, const B3IVector& rVecB) in cross()
|
H A D | b3dvector.hxx | 324 inline B3DVector cross(const B3DVector& rVecA, const B3DVector& rVecB) in cross()
|
/aoo41x/main/canvas/source/tools/ |
H A D | spriteredrawmanager.cxx | 327 …bool impIsEqualB2DVector(const basegfx::B2DVector& rVecA, const basegfx::B2DVector& rVecB, double … in impIsEqualB2DVector()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolypolygoncutter.cxx | 159 bool impLeftOfEdges(const B2DVector& rVecA, const B2DVector& rVecB, const B2DVector& rTest) in impLeftOfEdges()
|
Completed in 271 milliseconds