scenario_simulator_v2 C++ API
|
#include <gtest/gtest.h>
#include <cmath>
#include <geometry/vector3/norm.hpp>
#include <geometry/vector3/truncate.hpp>
#include "../expect_eq_macros.hpp"
Classes | |
struct | CustomVector3< T > |
Custom Vector3 struct using T type with multiplication and division operators. More... | |
Functions | |
TEST (Vector3, truncate_customVectorBelowMax) | |
TEST (Vector3, truncate_customVectorOverMax) | |
TEST | ( | Vector3 | , |
truncate_customVectorBelowMax | |||
) |
TEST | ( | Vector3 | , |
truncate_customVectorOverMax | |||
) |