|
LibreOffice Module basegfx (master) 1
|
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... | |