home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 March
/
VPR9703A.ISO
/
VPR_DATA
/
DOGA
/
SOURCES
/
MEDIT.LZH
/
POSE.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1995-08-01
|
276b
|
21 lines
#include <stdio.h>
#include <math.h>
#include "matrix.h"
#include "pose.h"
Pose::Pose()
{
dirtype = DirNone;
scaletype = ScaleNone;
rotationcount = 0;
position = rotation = Vector(0,0,0);
scale = Vector(1,1,1);
target = NULL;
}
Pose::~Pose()
{
}