SlideShare a Scribd company logo
Daroko blog-where IT leaners apply their Skills
 Do Not just learn computer graphics an close your computer browser
tab and go away..
 APPLY them in real business,
 Visit Daroko blog for real IT skills applications,androind,
Computer graphics,Networking,Programming,IT jobs Types, IT
news and applications,blogging,Builing a website, IT companies
and how you can form yours, Technology news and very many
More IT related subject.
 -simply Google: Daroko
blog(www.professionalbloggertricks.com)
CS580 Computer Graphics
2D Transformations2D Transformations
Sung Yong Shin
Dept. of Computer Science
KAIST
Daroko blog
Daroko blog
Outline
1. Preliminary
2. Basic 2D Transformations
3. Homogeneous Coordinate system
4. Composite Transformations
5. Reflection and Shearing
per-vertex operations &
primitive assembly
rasterization frame buffer
texture assembly
display lists
evaluators
pixel operations
per-fragment
operations
geometric
data
pixel
data
OpenGL Rendering Pipeline
Window-to-viewport
mapping
2. Basic Transformations
translation
scaling
rotation
(absolute) transformation
relative transformation












=





′
′
=′
=′
y
x
S
S
y
x
ySy
xSx
y
x
y
x
0
0
x
y
( , )T
F Fx y : fixed point
1p
2p
3p
y
x
( , )T
F Fx y
Scaling
( , )T
x y
( ', ')T
x y
(a)
(b)
Non-uniform scaling
θθ
θφθφ
θφ
sincos
sinsincoscos
)cos(
yx
rr
rx
−=
−=
+=′
θθ sincos xyy +=′
Similarly,
( , )T
x y
( , )T
x y′ ′
r
θ
φ
r
φ
φ
sin
cos
ry
rx
=
=
Rotation
θθ
θθ
sincos
sincos
xyy
yxx
+=′
−=′











 −
=





′
′
y
x
y
x
θθ
θθ
cossin
sincos
( , )T
R Rx y
( , )T
x y
( , )T
x y′ ′
r
θ
φ
r
θ
( , )T
x y
( , )T
x y′ ′
r
φ
r
( , )T
R Rx y
: Pivot point
















=





′
′
+=′
+=′
1
10
01
y
x
T
T
y
x
Tyy
Txx
y
x
y
x
50 100 150
150
100
50
50 100 150
150
100
50
(a)
(b)
Translation
 Scaling and Rotation
 Translation
How to uniformly treat transformations?












=





′
′
y
x
dc
ba
y
x
Observation
















=





′
′
1
10
01
y
x
f
e
y
x
1
( , , ) ( , , 1) ( / , / ) for 0
( , , ) ( / , / ,1) , 0
T T T
T T
P AP
a b c x
P d e f y
g h i
P x y w x w y w x w y w w
x y w x w y w Rα α α
′ =
   
   ′ =    
      
′ ′ ′ ′ ′ ′ ′≡ ⇔ ≡ ≠
′ ′ ′ ′⇔ ∀ ∈ ≠
3. Homogeneous Coordinate System
w
x
y
( , , )T
x y wα ′ ′
1=w
( , ,1)T
x w y w′ ′
(0,0,1)T
( , ) ( , ,1) ( , , )T T T
x y x y wx wy w= ⇔
0≠w
normalized(standard)
No unique homogeneous representation of a Cartesian point !!!
What if ? ( , ,0)T
x y0=w
lim lim( , ,1)
lim( , ,1 )
( , ,0)
T
t
t t
T
t
T
p at bt
a b t
a b
→∞ →∞
→∞
=
=
=
( , ,1)T
tp at bt=
w
• Ideal points !!!
points at infinity
well, ...
( , ,1)T
a b(0,0,1)T
0 0
0 0
1 1 1 0 1
1
t t
a a at
p s t b p t b bt
s t
         
 ÷  ÷  ÷  ÷  ÷
= + ⇒ = + = ÷  ÷  ÷  ÷  ÷
 ÷  ÷  ÷  ÷  ÷
         
+ =
Projective Space
Points in the Euclidean space + Points at infinity
Positions Vectors
Positions and vectors are treated homogeneously!!!
( , , ) , 0T
x y w w ≠ ( , , ) , 0T
x y w w =
0 0
0 0
lim lim( , ,1)
lim( , ,1 )
( , ,0)
T
t
t t
T
t
p at x bt y
a x t b y t t
a b
→∞ →∞
→∞
′ = + +
= + +
=
0 0( , ,1)T
tp at x bt y′ = + +
0 0( , ,1)T
x y
( , ,1)T
tp at bt=
(0,0,1)T
( , ,1)T
a b
lim lim( , ,1) lim( , ,1 ) ( , ,0)T T T
t
t t t
p at bt a b t a b
→∞ →∞ →∞
= = =
In a Euclidean space two lines intersect each other
If they are not parallel
Non-homogeneous treatment !!!∴
However, in a projective space,
two lines do always intersects.
∴ Homogeneous treatment !!!
A
B
No orientation !!!
BA =
∴
However,
Why?
 For detail treatment of this subject, see
 M. Penna and R. Patterson,
Projective Geometry and its Application to Computer Graphics, 1986.
rotation
scaling
translation
perspective transform
P 'P
T '
where
' [ ', ', '] ,
[ , , ] .
T
T
P TP
P x y w
P x y w
=
=
=
2D Transformation Matrices










=
ihg
fed
cba
T
X 'X
 Now, uniform treatment !!!
 Rotation
 Scaling
 Translation



















 −
=










1100
0cossin
0sincos
'
'
'
y
x
w
y
x
θθ
θθ




















=










1100
00
00
'
'
'
y
x
S
S
w
y
x
y
x




















=










1100
10
01
'
'
'
y
x
T
T
w
y
x
y
x
]][]...[[][
][
]][]...[['
12
12
TTTT
PT
PTTTP
n
n
=
=
=
composite transformation matrix
HomeworkHomework
4. Composite Transformations
( , )T
F Fx y
(a) Original position of
object and fixed point
(b) Translate object so that
fixed point (xF, yF) is at origin
(c) Scale object with
respect to origin
(d) Translate object so that
fixed point is returned to position (xF, yF)T
( , )T
F Fx y
][ rT
][ cS 1
][ −
rT
( , )T
R Rx y
(a) Original position of
object and pivot point
(b) Translation of object so that
the pivot point (xR, yR) is at origin
(c) Rotation about origin (d) Translation of object so that
the pivot point is returned to
position (xR, yR)T
( , )T
R Rx y
][ rT
][ tR 1
][ −
rT
x
y
θ
Sy
Sx
[Rt]-1
[Sc][Rt]
Why if Sx = Sy ?
x
y
(0, 0)T
(1, 0)T
(1, 1)T
(0, 1)T
x
y
(0, 0)T
(3/2, 1/2)T
(2, 2)T
(1/2, 3/2)T
45°
Sx = 1
Sy = 2
Final
Position
Final
Position
(a) [Rt][Tr] (b) [Tr][Rt]
Reflection
1
2 3
1’
2’ 3’
Original
position
Reflected
position










−
100
010
001
1
2
3
1’
2’
3’
Original
position
Reflected
position









−
100
010
001
x
x
y y
5. Reflection and Shearing
12
3
1’
2’ 3’
Original
position
Reflected
position










100
001
010
1
2
3
1’
2’
3’
Original
position
Reflected
position










−
−
100
010
001
x
x
y yy = x
45°
[Rt] [Rf
x
]
45°
[Rt]-1
Reflection about y = x










−
−
100
001
010
1 2
3
1’
2’3’
Original
position
Reflected
position
x
yy = -x
(a) (b) (c)
(0, 0) (0, 0) (0, 0)(1, 0)
(1, 1)
(0, 1)
(1, 0)
(3, 1)(2, 1)
(0, 1)
(1, 2)
(1, 3)
x
y
x
y
x
y










100
010
01 xSH










100
01
001
ySH
Shearing
(a) (b)
Raster method for transformation

More Related Content

PDF
Curves and surfaces
Mohammed Mahmoud
 
PPTX
Back face detection
Pooja Dixit
 
PPT
Three dimensional concepts - Computer Graphics
Kongunadu College of engineering and Technology, Namakkal
 
PPTX
3D transformation in computer graphics
SHIVANI SONI
 
PPTX
COMPUTER GRAPHICS-"Projection"
Ankit Surti
 
PPT
Window to viewport transformation
Ankit Garg
 
PPT
2D transformation (Computer Graphics)
Timbal Mayank
 
PPTX
Projections.pptx
jyoti_lakhani
 
Curves and surfaces
Mohammed Mahmoud
 
Back face detection
Pooja Dixit
 
Three dimensional concepts - Computer Graphics
Kongunadu College of engineering and Technology, Namakkal
 
3D transformation in computer graphics
SHIVANI SONI
 
COMPUTER GRAPHICS-"Projection"
Ankit Surti
 
Window to viewport transformation
Ankit Garg
 
2D transformation (Computer Graphics)
Timbal Mayank
 
Projections.pptx
jyoti_lakhani
 

What's hot (20)

PPTX
Part 2- Geometric Transformation.pptx
Khalil Alhatab
 
PPTX
Reflection transformation
Mani Kanth
 
PPTX
CA301_CG_Filled Area Primitives-New.pptx
KaushikiJha3
 
PPT
3 d geometric transformations
Mohd Arif
 
PPT
Polygon clipping
Mohd Arif
 
PPT
2d transformation
Sarkunavathi Aribal
 
PDF
3D Transformation
SwatiHans10
 
PPTX
Mid point line Algorithm - Computer Graphics
Drishti Bhalla
 
PPTX
Window to Viewport Transformation in Computer Graphics with.pptx
Dolchandra
 
PPTX
Scan line method
Pooja Dixit
 
PDF
Geometric Transformation
Hemant Wagh
 
PPTX
2d-transformation
Pooja Dixit
 
PPTX
Polygon mesh
Farah M. Altufaili
 
PPTX
Computer graphics basic transformation
Selvakumar Gna
 
PPTX
Geometric transformation
Dhruv Shah
 
PPTX
3D Transformation
Mahmudul Hasan
 
PPTX
clippiNG COMPUTER GRAPHICS A NEW ERA.pptx
urvashipundir04
 
PPT
Wireframe models
Mohd Arif
 
PPTX
2 d viewing computer graphics
KALESHWAR KUMAR
 
PPTX
B. SC CSIT Computer Graphics Unit 2 By Tekendra Nath Yogi
Tekendra Nath Yogi
 
Part 2- Geometric Transformation.pptx
Khalil Alhatab
 
Reflection transformation
Mani Kanth
 
CA301_CG_Filled Area Primitives-New.pptx
KaushikiJha3
 
3 d geometric transformations
Mohd Arif
 
Polygon clipping
Mohd Arif
 
2d transformation
Sarkunavathi Aribal
 
3D Transformation
SwatiHans10
 
Mid point line Algorithm - Computer Graphics
Drishti Bhalla
 
Window to Viewport Transformation in Computer Graphics with.pptx
Dolchandra
 
Scan line method
Pooja Dixit
 
Geometric Transformation
Hemant Wagh
 
2d-transformation
Pooja Dixit
 
Polygon mesh
Farah M. Altufaili
 
Computer graphics basic transformation
Selvakumar Gna
 
Geometric transformation
Dhruv Shah
 
3D Transformation
Mahmudul Hasan
 
clippiNG COMPUTER GRAPHICS A NEW ERA.pptx
urvashipundir04
 
Wireframe models
Mohd Arif
 
2 d viewing computer graphics
KALESHWAR KUMAR
 
B. SC CSIT Computer Graphics Unit 2 By Tekendra Nath Yogi
Tekendra Nath Yogi
 
Ad

Viewers also liked (20)

PPTX
3d transformation computer graphics
University of Potsdam
 
PPTX
3D Geometric Transformations
Ishan Parekh
 
PPT
2 d transformations by amit kumar (maimt)
Amit Kapoor
 
PPTX
2 d transformations and homogeneous coordinates
Tarun Gehlot
 
PDF
Notes 2D-Transformation Unit 2 Computer graphics
NANDINI SHARMA
 
PPT
Composite transformations
Mohd Arif
 
PPT
3D transformation
Aditya Rawat
 
DOCX
Homogeneous coordinate
Bed Dhakal
 
PPT
CS 354 Transformation, Clipping, and Culling
Mark Kilgard
 
PPT
Projection Matrices
Syed Zaid Irshad
 
PDF
OpenGL Transformation
Sandip Jadhav
 
PPT
Secrets of CryENGINE 3 Graphics Technology
Tiago Sousa
 
PPT
3 d projections
Mohd Arif
 
PDF
Computer Graphics Notes
Gurpreet singh
 
PPT
2 d geometric transformations
Mohd Arif
 
PPT
lecture1 introduction to computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PPTX
Introduction to Computer graphics
PrathimaBaliga
 
PDF
CG - Display Devices
vinay arora
 
PPTX
Display devices CRT and LCD screen
Manoj Harsule
 
PPT
transformation 3d
HiteshJain007
 
3d transformation computer graphics
University of Potsdam
 
3D Geometric Transformations
Ishan Parekh
 
2 d transformations by amit kumar (maimt)
Amit Kapoor
 
2 d transformations and homogeneous coordinates
Tarun Gehlot
 
Notes 2D-Transformation Unit 2 Computer graphics
NANDINI SHARMA
 
Composite transformations
Mohd Arif
 
3D transformation
Aditya Rawat
 
Homogeneous coordinate
Bed Dhakal
 
CS 354 Transformation, Clipping, and Culling
Mark Kilgard
 
Projection Matrices
Syed Zaid Irshad
 
OpenGL Transformation
Sandip Jadhav
 
Secrets of CryENGINE 3 Graphics Technology
Tiago Sousa
 
3 d projections
Mohd Arif
 
Computer Graphics Notes
Gurpreet singh
 
2 d geometric transformations
Mohd Arif
 
lecture1 introduction to computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
Introduction to Computer graphics
PrathimaBaliga
 
CG - Display Devices
vinay arora
 
Display devices CRT and LCD screen
Manoj Harsule
 
transformation 3d
HiteshJain007
 
Ad

Similar to 2d/3D transformations in computer graphics(Computer graphics Tutorials) (20)

PPTX
Umbra Ignite 2015: Rulon Raymond – The State of Skinning – a dive into modern...
Umbra Software
 
PPT
Transforms UNIt 2
sandeep kumbhkar
 
PDF
kactl.pdf
Rayhan331
 
PDF
The Day You Finally Use Algebra: A 3D Math Primer
Janie Clayton
 
PPTX
Deep learning simplified
Lovelyn Rose
 
PPT
Cs8092 computer graphics and multimedia unit 2
SIMONTHOMAS S
 
PPT
Matlab tutorial and Linear Algebra Review.ppt
Indra Hermawan
 
PDF
3D Math Primer: CocoaConf Chicago
Janie Clayton
 
PPT
Computer graphics
Bala Murali
 
PDF
10CSL67 CG LAB PROGRAM 4
Vanishree Arun
 
PDF
2 transformation computer graphics
cairo university
 
PDF
Neet class 11 12 basic mathematics notes
ChhaviSamriya
 
PDF
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
FranciscoJavierCaedo
 
PPTX
MATLABgraphPlotting.pptx
PrabhakarSingh646829
 
PDF
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
alproelearning
 
PDF
Trigo Sheet Cheat :D
Quimm Lee
 
PDF
3D Math Without Presenter Notes
Janie Clayton
 
PPT
Conference ppt
Zeeshan Khalid
 
PDF
Wide sense stationary process in digital communication
VitthalGavhane1
 
PPT
2 d transformation
Ankit Garg
 
Umbra Ignite 2015: Rulon Raymond – The State of Skinning – a dive into modern...
Umbra Software
 
Transforms UNIt 2
sandeep kumbhkar
 
kactl.pdf
Rayhan331
 
The Day You Finally Use Algebra: A 3D Math Primer
Janie Clayton
 
Deep learning simplified
Lovelyn Rose
 
Cs8092 computer graphics and multimedia unit 2
SIMONTHOMAS S
 
Matlab tutorial and Linear Algebra Review.ppt
Indra Hermawan
 
3D Math Primer: CocoaConf Chicago
Janie Clayton
 
Computer graphics
Bala Murali
 
10CSL67 CG LAB PROGRAM 4
Vanishree Arun
 
2 transformation computer graphics
cairo university
 
Neet class 11 12 basic mathematics notes
ChhaviSamriya
 
Solucao_Marion_Thornton_Dinamica_Classic (1).pdf
FranciscoJavierCaedo
 
MATLABgraphPlotting.pptx
PrabhakarSingh646829
 
7.curves Further Mathematics Zimbabwe Zimsec Cambridge
alproelearning
 
Trigo Sheet Cheat :D
Quimm Lee
 
3D Math Without Presenter Notes
Janie Clayton
 
Conference ppt
Zeeshan Khalid
 
Wide sense stationary process in digital communication
VitthalGavhane1
 
2 d transformation
Ankit Garg
 

More from Daroko blog(www.professionalbloggertricks.com) (20)

DOCX
Small Business ideas you can start in Nigeria 2014(best Business ideas Nigeri...
Daroko blog(www.professionalbloggertricks.com)
 
DOCX
Agriculture business ideas for 2014(Business ideas Kenya,Business ideas Niger...
Daroko blog(www.professionalbloggertricks.com)
 
DOC
An Introduction to Project management(project management tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PDF
java arlow jdbc tutorial(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PDF
The java rogramming swing _tutorial for beinners(java programming language)
Daroko blog(www.professionalbloggertricks.com)
 
PDF
Java programming basics notes for beginners(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PDF
advanced java programming(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PDF
java swing tutorial for beginners(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PPT
An introduction to java programming language forbeginners(java programming tu...
Daroko blog(www.professionalbloggertricks.com)
 
PPT
fundamentals of Computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PPT
bresenham circles and polygons in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PPT
Computer Graphics display technologies(Computer graphics tutorials and tips)
Daroko blog(www.professionalbloggertricks.com)
 
PPT
Computer Graphics display technologies(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PDF
Displays and color system in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
DOC
Data structures graphics library in computer graphics.
Daroko blog(www.professionalbloggertricks.com)
 
PPT
Csc406 lecture7 device independence and normalization in Computer graphics(Co...
Daroko blog(www.professionalbloggertricks.com)
 
PPT
lecture4 raster details in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PPT
lecture3 color representation in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
PPT
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
Small Business ideas you can start in Nigeria 2014(best Business ideas Nigeri...
Daroko blog(www.professionalbloggertricks.com)
 
Agriculture business ideas for 2014(Business ideas Kenya,Business ideas Niger...
Daroko blog(www.professionalbloggertricks.com)
 
An Introduction to Project management(project management tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
java arlow jdbc tutorial(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
The java rogramming swing _tutorial for beinners(java programming language)
Daroko blog(www.professionalbloggertricks.com)
 
Java programming basics notes for beginners(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
advanced java programming(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
java swing tutorial for beginners(java programming tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
An introduction to java programming language forbeginners(java programming tu...
Daroko blog(www.professionalbloggertricks.com)
 
fundamentals of Computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
bresenham circles and polygons in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
Computer Graphics display technologies(Computer graphics tutorials and tips)
Daroko blog(www.professionalbloggertricks.com)
 
Computer Graphics display technologies(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
Displays and color system in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
Data structures graphics library in computer graphics.
Daroko blog(www.professionalbloggertricks.com)
 
Csc406 lecture7 device independence and normalization in Computer graphics(Co...
Daroko blog(www.professionalbloggertricks.com)
 
lecture4 raster details in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
lecture3 color representation in computer graphics(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 
lecture2 computer graphics graphics hardware(Computer graphics tutorials)
Daroko blog(www.professionalbloggertricks.com)
 

Recently uploaded (20)

PDF
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
PDF
Become an Agentblazer Champion Challenge Kickoff
Dele Amefo
 
PPTX
Why Use Open Source Reporting Tools for Business Intelligence.pptx
Varsha Nayak
 
PPTX
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
PPTX
Explanation about Structures in C language.pptx
Veeral Rathod
 
PPTX
Role Of Python In Programing Language.pptx
jaykoshti048
 
PPTX
ConcordeApp: Engineering Global Impact & Unlocking Billions in Event ROI with AI
chastechaste14
 
PPTX
TestNG for Java Testing and Automation testing
ssuser0213cb
 
PPTX
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
Build Multi-agent using Agent Development Kit
FadyIbrahim23
 
PPTX
Presentation about variables and constant.pptx
kr2589474
 
PDF
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
PDF
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
PDF
Teaching Reproducibility and Embracing Variability: From Floating-Point Exper...
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
PPTX
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
PDF
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
PPTX
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
PPTX
Presentation about variables and constant.pptx
safalsingh810
 
PDF
Protecting the Digital World Cyber Securit
dnthakkar16
 
PDF
IEEE-CS Tech Predictions, SWEBOK and Quantum Software: Towards Q-SWEBOK
Hironori Washizaki
 
On Software Engineers' Productivity - Beyond Misleading Metrics
Romén Rodríguez-Gil
 
Become an Agentblazer Champion Challenge Kickoff
Dele Amefo
 
Why Use Open Source Reporting Tools for Business Intelligence.pptx
Varsha Nayak
 
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
Explanation about Structures in C language.pptx
Veeral Rathod
 
Role Of Python In Programing Language.pptx
jaykoshti048
 
ConcordeApp: Engineering Global Impact & Unlocking Billions in Event ROI with AI
chastechaste14
 
TestNG for Java Testing and Automation testing
ssuser0213cb
 
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Build Multi-agent using Agent Development Kit
FadyIbrahim23
 
Presentation about variables and constant.pptx
kr2589474
 
advancepresentationskillshdhdhhdhdhdhhfhf
jasmenrojas249
 
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
Teaching Reproducibility and Embracing Variability: From Floating-Point Exper...
University of Rennes, INSA Rennes, Inria/IRISA, CNRS
 
Odoo Integration Services by Candidroot Solutions
CandidRoot Solutions Private Limited
 
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
kr2589474
 
Presentation about variables and constant.pptx
safalsingh810
 
Protecting the Digital World Cyber Securit
dnthakkar16
 
IEEE-CS Tech Predictions, SWEBOK and Quantum Software: Towards Q-SWEBOK
Hironori Washizaki
 

2d/3D transformations in computer graphics(Computer graphics Tutorials)