LibreOffice Module basegfx (master) 1
Namespaces | Functions
b2dvector.cxx File Reference
#include <basegfx/vector/b2dvector.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/numeric/ftools.hxx>
Include dependency graph for b2dvector.cxx:

Go to the source code of this file.

Namespaces

namespace  basegfx
 

Functions

bool basegfx::areParallel (const B2DVector &rVecA, const B2DVector &rVecB)
 Test two vectors which need not to be normalized for parallelism. More...
 
B2VectorOrientation basegfx::getOrientation (const B2DVector &rVecA, const B2DVector &rVecB)
 Calculate the orientation to another 2D Vector. More...
 
B2DVector basegfx::getPerpendicular (const B2DVector &rNormalizedVec)
 Calculate a perpendicular 2D Vector to the given one. More...
 
B2DVector basegfx::getNormalizedPerpendicular (const B2DVector &rVec)
 Calculate a perpendicular 2D Vector to the given one, normalize the given one as preparation. More...
 
B2DVector basegfx::operator* (const B2DHomMatrix &rMat, const B2DVector &rVec)
 Transform vector by given transformation matrix. More...
 
B2VectorContinuity basegfx::getContinuity (const B2DVector &rBackVector, const B2DVector &rForwardVector)
 Test continuity between given vectors. More...