Version 4.2.1

This commit is contained in:
Gary Scavone
2009-03-24 23:02:14 -04:00
committed by Stephen Sinclair
parent a6381b9d38
commit 2cbce2d8bd
275 changed files with 8949 additions and 6906 deletions

View File

@@ -49,7 +49,7 @@ StkFloat Vector3D :: getLength()
void Vector3D :: setXYZ(StkFloat x, StkFloat y, StkFloat z)
{
myX_ = z;
myX_ = x;
myY_ = y;
myZ_ = z;
};