#include "dll-export.h"
Go to the source code of this file.
Namespaces | |
namespace | graphics_engine |
namespace | graphics_engine::triangle |
Functions | |
DLLEXPORT auto | graphics_engine::triangle::IsValidTriangle (float side_a, float side_b, float side_c) -> bool |
Checks whether three given side lengths satisfy the triangle inequality theorem. | |