LibreOffice Module basegfx (master) 1
Classes | Namespaces | Functions
b3dvector.hxx File Reference
#include <basegfx/tuple/b3dtuple.hxx>
#include <basegfx/basegfxdllapi.h>
Include dependency graph for b3dvector.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  basegfx::B3DVector
 Base Point class with three double values. More...
 

Namespaces

namespace  basegfx
 

Functions

bool basegfx::areParallel (const B3DVector &rVecA, const B3DVector &rVecB)
 Test two vectors which need not to be normalized for parallelism. More...
 
BASEGFX_DLLPUBLIC B3DVector basegfx::operator* (const B3DHomMatrix &rMat, const B3DVector &rVec)
 Transform vector by given transformation matrix. More...
 
B3DVector basegfx::cross (const B3DVector &rVecA, const B3DVector &rVecB)
 Calculate the Cross Product of two 3D Vectors. More...