Base class for LineCloudProxy. More...

Public Member Functions | |
| LineCloudProxyBase (const LineCloudProxyBase &p) | |
| DelayedDispatch | add_line (float x1, float y1, float z1, float x2, float y2, float z2) PEEKABOT_DEPRECATED |
| Add a line to the line cloud. | |
Base class for LineCloudProxy.
| DelayedDispatch add_line | ( | float | x1, | |
| float | y1, | |||
| float | z1, | |||
| float | x2, | |||
| float | y2, | |||
| float | z2 | |||
| ) |
Add a line to the line cloud.
This is just a convenience wrapper built upon the functionality provided by VertexBasedProxyBase.
1.7.1