#include <FormControlMsgs.h>
Public Member Functions | |
FormCtrlMsgVPAndScale (int robotId_=0, Decimal x_=0.0, Decimal y_=0.0, Decimal z_=0.0, Decimal scale_=1.0) | |
FormCtrlMsgVPAndScale (const string &inMessage) | |
void | encode (string &outMessage) |
Public Attributes | |
Decimal | x |
Decimal | y |
Decimal | z |
Decimal | scale |
FormCtrlMsgVPAndScale::FormCtrlMsgVPAndScale | ( | int | robotId_ = 0 , |
|
Decimal | x_ = 0.0 , |
|||
Decimal | y_ = 0.0 , |
|||
Decimal | z_ = 0.0 , |
|||
Decimal | scale_ = 1.0 | |||
) | [inline] |
[in] | x_ | Virtual point Position3D x. |
[in] | y_ | Virtual point Position3D y. |
[in] | z_ | Virtual point Position3D z. |
[in] | scale_ | Scale factor of the shape. |
FormCtrlMsgVPAndScale::FormCtrlMsgVPAndScale | ( | const string & | inMessage | ) | [inline] |
void FormCtrlMsgVPAndScale::encode | ( | string & | outMessage | ) | [inline] |
[out] | outMessage |