|
LibreOffice Module basegfx (master) 1
|
#include <basegfx/tuple/b2dtuple.hxx>#include <basegfx/vector/b2ivector.hxx>#include <basegfx/vector/b2enums.hxx>#include <basegfx/basegfxdllapi.h>Go to the source code of this file.
Classes | |
| class | basegfx::B2DVector |
| Base Point class with two double values. More... | |
Namespaces | |
| namespace | basegfx |
Functions | |
| 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... | |
| bool | basegfx::areParallel (const B2DVector &rVecA, const B2DVector &rVecB) |
| Test two vectors which need not to be normalized for parallelism. 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... | |