From 5508f69d64d268cd678ede755233d60d3baefc06 Mon Sep 17 00:00:00 2001 From: Kiet Tran Date: Tue, 19 Oct 2021 15:25:20 -0500 Subject: Update a4_dance.md --- worksheets/a4_dance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheets/a4_dance.md b/worksheets/a4_dance.md index 8d60eb1..fe174fe 100644 --- a/worksheets/a4_dance.md +++ b/worksheets/a4_dance.md @@ -46,7 +46,7 @@ Matrix4 combo1 = trans * scale * rot; Let's try another. Draw a picture to show what the original house would look like if transformed by the following matrix. ``` -Matrix4 combo2 = trans * scale * rot; +Matrix4 combo2 = rot * scale * trans; ``` ![House transformed by combo2](file path to your image) -- cgit v1.2.3