#define MLEXPORT
Code it as import symbol if compiled elsewhere.
MLEXPORT std::string valueToString(MLint value)
MLEXPORT void stringToValue(const std::string &s, MLint &value)
Tvec4< MLdouble > Vector4
A vector with four components of type double.
Tvec3< MLdouble > Vector3
A vector with three components of type double.
Tvec2< MLdouble > Vector2
A vector with two components of type double.