scenario_simulator_v2 C++ API
Namespaces | Functions
cross_2d.hpp File Reference
#include <cmath>
#include <geometry/vector3/is_like_vector3.hpp>
Include dependency graph for cross_2d.hpp:

Go to the source code of this file.

Namespaces

 math
 
 math::geometry
 

Functions

template<typename T , typename U , std::enable_if_t< std::conjunction_v< IsLikeVector3< T >, IsLikeVector3< U >>, std::nullptr_t > = nullptr>
auto math::geometry::cross2d (const T &a, const U &b)