#include <gtest/gtest.h>
#include <ecl/math/constants.hpp>
#include "../../include/ecl/geometry/linear_segment.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (LinearSegment, construction) | |
TEST (LinearSegment, distance) | |
Use this to test the linear segment classes.
Definition in file test/linear_segment.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 67 of file test/linear_segment.cpp.
TEST | ( | LinearSegment | , |
construction | |||
) |
Definition at line 25 of file test/linear_segment.cpp.
TEST | ( | LinearSegment | , |
distance | |||
) |
Definition at line 42 of file test/linear_segment.cpp.