Browse Source

Adds reference for calculation

Former-commit-id: 69ff24ef1d25918605ecc79eceed82ed474e64dd
Former-commit-id: ca1e37b1ecf69868c2cd76ae8bbd881044f942c6
af/merge-core
Thomas Broust 11 years ago
parent
commit
2878f5b42a
  1. 3
      src/ImageProcessor/Imaging/Rotation.cs

3
src/ImageProcessor/Imaging/Rotation.cs

@ -46,6 +46,9 @@
/// <param name="imageWidth">Width of the image.</param>
/// <param name="imageHeight">Height of the image.</param>
/// <param name="angle">The angle.</param>
/// <remarks>
/// Based on <see href="http://math.stackexchange.com/questions/1070853/"/>
/// </remarks>
/// <returns>The zoom needed</returns>
public static float ZoomAfterRotation(int imageWidth, int imageHeight, float angle)
{

Loading…
Cancel
Save