| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QVector3D| Name: | QVector3D::QVector3D | | Prototype: | QVector3D::QVector3D(const QVector2D& vector) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 113-118 |
| | 3 | 1 |
QVector3D| Name: | QVector3D::QVector3D | | Prototype: | QVector3D::QVector3D(const QVector2D& vector, float zpos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 126-131 |
| | 3 | 1 |
QVector3D| Name: | QVector3D::QVector3D | | Prototype: | QVector3D::QVector3D(const QVector4D& vector) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 143-148 |
| | 3 | 1 |
crossProduct| Name: | QVector3D::crossProduct | | Prototype: | QVector3D QVector3D::crossProduct(const QVector3D& v1, const QVector3D& v2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 348-353 |
| | 3 | 1 |
distanceToLine| Name: | QVector3D::distanceToLine | | Prototype: | float QVector3D::distanceToLine (const QVector3D& point, const QVector3D& direction) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 509-516 |
| | 4 | 2 |
distanceToPlane| Name: | QVector3D::distanceToPlane | | Prototype: | float QVector3D::distanceToPlane (const QVector3D& plane, const QVector3D& normal) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 473-477 |
| | 1 | 1 |
distanceToPlane| Name: | QVector3D::distanceToPlane | | Prototype: | float QVector3D::distanceToPlane (const QVector3D& plane1, const QVector3D& plane2, const QVector3D& plane3) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 493-498 |
| | 2 | 1 |
distanceToPoint| Name: | QVector3D::distanceToPoint | | Prototype: | float QVector3D::distanceToPoint(const QVector3D& point) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 458-461 |
| | 1 | 1 |
dotProduct| Name: | QVector3D::dotProduct | | Prototype: | float QVector3D::dotProduct(const QVector3D& v1, const QVector3D& v2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 337-340 |
| | 1 | 1 |
length| Name: | QVector3D::length | | Prototype: | float QVector3D::length() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 682-689 |
| | 4 | 1 |
lengthSquared| Name: | QVector3D::lengthSquared | | Prototype: | float QVector3D::lengthSquared() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 697-700 |
| | 1 | 1 |
normal| Name: | QVector3D::normal | | Prototype: | QVector3D QVector3D::normal(const QVector3D& v1, const QVector3D& v2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 364-367 |
| | 1 | 1 |
normal| Name: | QVector3D::normal | | Prototype: | QVector3D QVector3D::normal (const QVector3D& v1, const QVector3D& v2, const QVector3D& v3) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 381-385 |
| | 1 | 1 |
normalize| Name: | QVector3D::normalize | | Prototype: | void QVector3D::normalize() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 259-273 |
| | 9 | 2 |
normalized| Name: | QVector3D::normalized | | Prototype: | QVector3D QVector3D::normalized() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 235-251 |
| | 11 | 3 |
project| Name: | QVector3D::project | | Prototype: | QVector3D QVector3D::project(const QMatrix4x4 &modelView, const QMatrix4x4 &projection, const QRect &viewport) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 403-416 |
| | 9 | 2 |
toVector2D| Name: | QVector3D::toVector2D | | Prototype: | QVector2D QVector3D::toVector2D() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 630-633 |
| | 1 | 1 |
toVector4D| Name: | QVector3D::toVector4D | | Prototype: | QVector4D QVector3D::toVector4D() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 644-647 |
| | 1 | 1 |
unproject| Name: | QVector3D::unproject | | Prototype: | QVector3D QVector3D::unproject(const QMatrix4x4 &modelView, const QMatrix4x4 &projection, const QRect &viewport) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector3d.cpp | | Lines: | 434-448 |
| | 10 | 2 |