2D Transformations
[prev][next]
Subpages: [0] [1] [2]

Rotation

x' = x cos[theta] - y sin [theta]
y' = x sin[theta] + y cos [theta]

In matrix form:
P' = R.P
where
R = [cos[theta] -sin[theta]]
sin[theta]cos[theta]


Subpages: [0] [1] [2]
[prev][next]
Made by dynaPage 0.2