#include <cmath>#include <ignition/math/config.hh>#include <ignition/math/Vector2.hh>#include <ignition/math/Vector3.hh>#include "wave_gazebo_plugins/Geometry.hh"
Go to the source code of this file.
| Namespaces | |
| asv | |
| Macros | |
| #define | _v_length _v.Length() | 
| #define | DO_EXPAND(VAL) VAL ## 1 | 
| #define | EXPAND(VAL) DO_EXPAND(VAL) | 
| #define | ign_math_vector2d_zero ignition::math::Vector2d::Zero | 
| #define | ign_math_vector3d_zero ignition::math::Vector3d::Zero | 
| #define | MAJOR_VERSION IGNITION_MATH_MAJOR_VERSION | 
| #define | MINOR_VERSION IGNITION_MATH_MINOR_VERSION | 
| #define | n_length n.Length() | 
| #define _v_length _v.Length() | 
Definition at line 50 of file Geometry.cc.
| #define DO_EXPAND | ( | VAL | ) | VAL ## 1 | 
Definition at line 32 of file Geometry.cc.
| #define EXPAND | ( | VAL | ) | DO_EXPAND(VAL) | 
Definition at line 33 of file Geometry.cc.
| #define ign_math_vector2d_zero ignition::math::Vector2d::Zero | 
Definition at line 48 of file Geometry.cc.
| #define ign_math_vector3d_zero ignition::math::Vector3d::Zero | 
Definition at line 49 of file Geometry.cc.
| #define MAJOR_VERSION IGNITION_MATH_MAJOR_VERSION | 
Definition at line 38 of file Geometry.cc.
| #define MINOR_VERSION IGNITION_MATH_MINOR_VERSION | 
Definition at line 39 of file Geometry.cc.
| #define n_length n.Length() | 
Definition at line 51 of file Geometry.cc.