Skip to content

Translation matrix, Rotation Matrix, Flipping Matrix and Duplicating

Notifications You must be signed in to change notification settings

MellissaValle/Birds-Triangles-MATLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Birds-Triangles-MATLAB

Translation matrix, Rotation Matrix, Flipping Matrix and Duplicating

Table of Contents

1st Tile

h = 0.7120; k = 0.4320; th = deg2rad(180); % translation matrix % Rotation Matrix

0 4 0 5

2nd Tile

h = 0.3039; k = -0.336; % translation matrix

% Flipping Matrix

page4

3rd Tile

% translation matrix

% Flipping Matrix

Image 2-3-22 at 11 16 AM

4th Tile

h = -0.4084; k = 0.3720; % translation matrix T = [... 10 h 01 k 0 0 1]; % Flipping Matrix

Fig 1

Repeating the sequence

Fig 2

%------------------------------------------------------------------------%

Published with MATLAB® R2021b

About

Translation matrix, Rotation Matrix, Flipping Matrix and Duplicating

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages