6#ifndef YARP_MATH_TRANSFORM_H
7#define YARP_MATH_TRANSFORM_H
22 bool isStatic =
false;
30 void set(
double x,
double y,
double z)
45 const std::string& child,
56 void transFromVec(
double X,
double Y,
double Z);
57 void rotFromRPY(
double R,
double P,
double Y);
65 rotation_as_quaternion=0,
70 std::string
toString(display_transform_mode_t format= rotation_as_quaternion)
const;
std::string toString(const T &value)
convert an arbitrary type to string.
contains the definition of a Matrix type
contains the definition of a Vector type
An interface for reading from a network connection.
An interface for writing to a network connection.
This is a base class for objects that can be both read from and be written to the YARP network.
static Type byName(const char *name)
#define YARP_SUPPRESS_DLL_INTERFACE_WARNING_ARG(x)
Suppress MSVC C4251 warning for the declaration.