#include <vprotation.h>
Public Member Functions | |
VPRotation () | |
void | vpSetPositionX (float v) |
void | vpSetPositionY (float v) |
void | vpSetPreviousPositionX (float v) |
void | vpSetPreviousPositionY (float v) |
void | vpSetAngleX (float v) |
void | vpSetAngleY (float v) |
float | vpGetPositionX () |
float | vpGetPositionY () |
float | vpGetPreviousPositionX () |
float | vpGetPreviousPositionY () |
float | vpGetAngleX () |
float | vpGetAngleY () |
void | vpSetRotation (float posX, float posY, float posAntX, float posAntY, float angleX, float angleY) |
void | vpGetRotation (float &pos_X, float &pos_Y, float &posAnt_X, float &posAnt_Y, float &angle_X, float &angle_Y) |
Definition at line 24 of file vprotation.h.
|
|
|
Referenced by VPCutPlane::vpRender(). |
|
Referenced by VPCutPlane::vpRender(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|