Example #1
0
        public void Test330DegreeYAxialRotationCouchTiltedSource()
        {
            DataSetOrientation orientation = DataSetOrientation.CreateCouchTiltedAboutY(-30);

            // it doesn't really matter what function we use
            TestVolume(VolumeFunction.Void, orientation.Initialize, null);
        }