#include <bvh_tool.h>

Public Attributes | |
| int | joint_num | 
| 関節の数   | |
| int | frame_num | 
| フレームの数   | |
| double | frame_time | 
| フレーム間の時間 sec   | |
| int | framepsec | 
| FPS = (int)(1.0/frame_time).   | |
| int | channels | 
| 総チャンネル数.チャンネル数の合計.モーションデータの数.   | |
| int | state | 
| データの状態   | |
| tTree * | hierarchy | 
| 関節部のツリーデータへのポインタ.上記参照.   | |
| double * | motion | 
| MOTION データへのポインタ joint_num*frame_num.   | |
| vector * | offset | 
| 関節のOFFSET   | |
Definition at line 69 of file bvh_tool.h.
| int channels | 
Definition at line 75 of file bvh_tool.h.
| int frame_num | 
Definition at line 72 of file bvh_tool.h.
| double frame_time | 
Definition at line 73 of file bvh_tool.h.
| int framepsec | 
Definition at line 74 of file bvh_tool.h.
Definition at line 78 of file bvh_tool.h.
| int joint_num | 
Definition at line 71 of file bvh_tool.h.
| double* motion | 
Definition at line 79 of file bvh_tool.h.
Definition at line 80 of file bvh_tool.h.
| int state | 
Definition at line 76 of file bvh_tool.h.
Referenced by simple_web_proxy().
 1.6.1