From b2912f86253f6c407287b448be7760656a53b4e0 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 30 Jul 2016 11:59:56 +1000 Subject: [PATCH] Add missing class docs Former-commit-id: 74c642cce368d8e8a917a71b05e06c9f59a665b8 Former-commit-id: 0b8453f330d8be2187f941ddbd4e9d81431e2cf0 Former-commit-id: 4b4a7e399c6662f0646ddb144b28fe71084a9ca8 --- .../Samplers/Processors/RotateFlipProcessor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ImageProcessorCore/Samplers/Processors/RotateFlipProcessor.cs b/src/ImageProcessorCore/Samplers/Processors/RotateFlipProcessor.cs index 3ea12c369a..7a6259f79b 100644 --- a/src/ImageProcessorCore/Samplers/Processors/RotateFlipProcessor.cs +++ b/src/ImageProcessorCore/Samplers/Processors/RotateFlipProcessor.cs @@ -11,6 +11,8 @@ namespace ImageProcessorCore.Processors /// /// Provides methods that allow the rotation and flipping of an image around its center point. /// + /// The pixel format. + /// The packed format. long, float. public class RotateFlipProcessor : ImageSampler where T : IPackedVector where TP : struct