From 87863de8e8cf0fc5515b2954ed2ab24f541e351d Mon Sep 17 00:00:00 2001 From: Prasanna Krishnasamy Date: Sat, 20 May 2017 23:48:59 +0000 Subject: [PATCH] File level comments for 11-1 example --- example_11-01.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example_11-01.cpp b/example_11-01.cpp index 176ff77..08821f9 100644 --- a/example_11-01.cpp +++ b/example_11-01.cpp @@ -1,3 +1,6 @@ +// Example 11-1. An affine transformation. +// Maps the 3 points (0, 0), (0, height-1), (width-1, 0) specified in srcTri[] to +// the specified points in array dstTri using a computed Affine Transform. #include #include