#include <sspt_cncinstructionstream.h>
Public Member Functions | |
sspt_CNCInstructionStream () | |
void | user (const char *gcode) |
void | move (const sspt_Vector3 &p) |
void | rapid (const sspt_Vector3 &p) |
sspt_Vector3 | last () |
sspt_CNCInstructionStream::sspt_CNCInstructionStream | ( | ) |
sspt_Vector3 sspt_CNCInstructionStream::last | ( | ) | [inline] |
void sspt_CNCInstructionStream::move | ( | const sspt_Vector3 & | p | ) |
void sspt_CNCInstructionStream::rapid | ( | const sspt_Vector3 & | p | ) |
void sspt_CNCInstructionStream::user | ( | const char * | gcode | ) |