#include <gtest/gtest.h>
#include "fields2cover/utils/random.h"
#include "fields2cover/types.h"
Go to the source code of this file.
|
| | f2c |
| | Main namespace of the fields2cover library.
|
| |
|
| | f2c::TEST (fields2cover_types_point, clone) |
| |
| | f2c::TEST (fields2cover_types_point, closestPointInSegment) |
| |
| | f2c::TEST (fields2cover_types_point, intersectionOfLines) |
| |
| | f2c::TEST (fields2cover_types_point, minus) |
| |
| | f2c::TEST (fields2cover_types_point, minus_v) |
| |
| | f2c::TEST (fields2cover_types_point, mult_equal) |
| |
| | f2c::TEST (fields2cover_types_point, multiply) |
| |
| | f2c::TEST (fields2cover_types_point, plus) |
| |
| | f2c::TEST (fields2cover_types_point, plus_v) |
| |
| | f2c::TEST (fields2cover_types_point, print) |
| |
| | f2c::TEST (fields2cover_types_point, rotateFromPoint) |
| |
| | f2c::TEST (fields2cover_types_point, set) |
| |
| | f2c::TEST (fields2cover_types_point, signedDistance2Segment) |
| |