#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <tcl.h>
#include "config.h"
#include "utilities.h"
#include "VMDApp.h"
Go to the source code of this file.
Functions | |
int | text_cmd_rotmat (ClientData cd, Tcl_Interp *, int argc, const char *argv[]) |
int | text_cmd_rotate (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_translate (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_scale (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_rock (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 129 of file cmd_trans.C. References NULL, VMDApp::scene_rock, VMDApp::scene_rockoff, and strupncmp. |
|
Definition at line 59 of file cmd_trans.C. References NULL, VMDApp::scene_rotate_by, VMDApp::scene_rotate_to, VMDApp::scene_stoprotation, strupcmp, and strupncmp. |
|
Definition at line 35 of file cmd_trans.C. References VMDApp::scene_rotate_by, and VMDApp::scene_rotate_to. |
|
Definition at line 109 of file cmd_trans.C. References NULL, VMDApp::scene_scale_by, VMDApp::scene_scale_to, and strupcmp. |
|
Definition at line 87 of file cmd_trans.C. References NULL, VMDApp::scene_translate_by, VMDApp::scene_translate_to, strupcmp, and z. |