#include "ALL_Point.hpp"
#include <vector>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
◆ BOOST_TEST_MAIN
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE point_arithmetic |
◆ BOOST_AUTO_TEST_CASE() [1/10]
BOOST_AUTO_TEST_CASE |
( |
point_add_double | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/10]
BOOST_AUTO_TEST_CASE |
( |
point_add_float | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/10]
BOOST_AUTO_TEST_CASE |
( |
point_add_long_double | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/10]
BOOST_AUTO_TEST_CASE |
( |
point_cross_float | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/10]
BOOST_AUTO_TEST_CASE |
( |
point_cross_long_double | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/10]
BOOST_AUTO_TEST_CASE |
( |
point_dist_plane | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/10]
BOOST_AUTO_TEST_CASE |
( |
point_scale_double | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/10]
BOOST_AUTO_TEST_CASE |
( |
point_scale_float | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/10]
BOOST_AUTO_TEST_CASE |
( |
point_scale_long_double | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/10]
BOOST_AUTO_TEST_CASE |
( |
point_sub_double | | ) |
|