Scale.hpp File Reference
This class defines POVRay scalings.
More...
#include <Transform.hpp>
#include <TinyVector.hpp>
Go to the source code of this file.
Detailed Description
This class defines POVRay scalings.
- Author:
- Stephane Del Pino
- Date:
- Mon Oct 2 00:47:31 2006
It means that scales are performed using:
- an scale of angles[0] by the X axis;
- an scale of angles[1] by the Y axis;
- an scale of angles[2] by the Z axis.
Definition in file Scale.hpp.