Gazebo Math

API Reference

8.0.0~pre1
AdditivelySeparableScalarField3.hh File Reference
#include <limits>
#include <utility>
#include <gz/math/Region3.hh>
#include <gz/math/Vector3.hh>
#include <gz/math/config.hh>

Go to the source code of this file.

Classes

class  AdditivelySeparableScalarField3< ScalarFunctionT, ScalarT >
 The AdditivelySeparableScalarField3 class constructs a scalar field F in R^3 as a sum of scalar functions i.e. F(x, y, z) = k (p(x) + q(y) + r(z)). More...
 

Namespaces

namespace  gz
 
namespace  gz::math
 

Typedefs

template<typename ScalarFunctionT >
using AdditivelySeparableScalarField3d = AdditivelySeparableScalarField3< ScalarFunctionT, double >
 
template<typename ScalarFunctionT >
using AdditivelySeparableScalarField3f = AdditivelySeparableScalarField3< ScalarFunctionT, float >