#include <Importer/R3DSliceInfo.h>
Public Member Functions | |
void | setCenterOfRotation (float center[2]) |
Sets the center of rotation for the slice. | |
void | setRotationAngleRadians (float angle) |
Sets the Rotation Angle in degrees for the slice. | |
void | print (std::ostream &out) |
Prints the values of the contained variables. |
void R3DSliceInfo::setCenterOfRotation | ( | float | center[2] | ) |
Sets the center of rotation for the slice.
center | The center of rotation |
void R3DSliceInfo::setRotationAngleRadians | ( | float | angle | ) |
Sets the Rotation Angle in degrees for the slice.
angle | The rotation angle in degrees |
void R3DSliceInfo::print | ( | std::ostream & | out | ) |
Prints the values of the contained variables.
out | A std::ostream object |