reset method
void
reset()
Implementation
void reset() {
perspective[0] = 0;
perspective[1] = 0;
perspective[2] = 0;
perspective[3] = 0;
quaternion[0] = 0;
quaternion[1] = 0;
quaternion[2] = 0;
quaternion[3] = 0;
scale[0] = 0;
scale[1] = 0;
scale[2] = 0;
skew[0] = 0;
skew[1] = 0;
skew[2] = 0;
translation[0] = 0;
translation[1] = 0;
translation[2] = 0;
rotationDegrees[0] = 0;
rotationDegrees[1] = 0;
rotationDegrees[2] = 0;
}