Example #1
0
        //Calculates the Z axis rotation of the moustache. The naming is off, cause we used a "rotated" coordinate system in our heads when starting the code.
        public void SetXRotationNoReference()
        {
            double workYRot = Math.Atan(workingImage.GetTangent());

            xRotation = RadToDeg(workYRot);
        }