#include <vptranslation.h>
Public Member Functions | |
VPTranslation () | |
void | vpSetPositionX (float v) |
void | vpSetPositionY (float v) |
void | vpSetPreviousPositionX (float v) |
void | vpSetPreviousPositionY (float v) |
void | vpSetDeltaX (float v) |
void | vpSetDeltaY (float v) |
float | vpGetPositionX () |
float | vpGetPositionY () |
float | vpGetPreviousPositionX () |
float | vpGetPreviousPositionY () |
float | vpGetDeltaX () |
float | vpGetDeltaY () |
void | vpSetTranslation (float posX, float posY, float posAntX, float posAntY, float dX, float dY) |
void | vpGetTranslation (float &pos_X, float &pos_Y, float &posAnt_X, float &posAnt_Y, float &dX, float &dY) |
Definition at line 26 of file vptranslation.h.
|
|
|
|
|
|
|
Referenced by VPCutPlane::vpRender(). |
|
Referenced by VPCutPlane::vpRender(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|