Commit 112d32af authored by Davis King's avatar Davis King

Fixed spelling errors in comment.

parent e6b52962
......@@ -217,11 +217,11 @@ namespace dlib
dpoint tr = r.tr_corner();
dpoint bl = r.bl_corner();
dpoint br = r.br_corner();
// The new rectangle wouold ideally have this area if we could actually rotrate
// The new rectangle would ideally have this area if we could actually rotate
// the box.
double new_area = length(tform(tl)-tform(tr))*length(tform(tl)-tform(bl));
// But if we rotate the coners of the rectangle and then find the rectangle
// But if we rotate the corners of the rectangle and then find the rectangle
// that contains them we get this, which might have a much larger area than we
// want.
drectangle temp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment