ungroup/ungroup_game

View on GitHub
src/common/physics/VectorUtil.cpp

Summary

Maintainability
Test Coverage

The function print is never used.
Open

void VectorUtil::print(const sf::Vector2f& v) {
Severity: Minor
Found in src/common/physics/VectorUtil.cpp by cppcheck

The function print is never used. (detailed CWE explanation)

The function getMidpoint is never used.
Open

sf::Vector2f VectorUtil::getMidpoint(const sf::Vector2f& point_a, const sf::Vector2f& point_b) {
Severity: Minor
Found in src/common/physics/VectorUtil.cpp by cppcheck

The function getMidpoint is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status