Difference between revisions of "Vector Graphics - Yr 2 Only"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Vectors)
(Vectors)
Line 16: Line 16:
  
 
==Vectors==
 
==Vectors==
A vector is one of the abstract data structures covered in year 2 (link to page: [[Vectors]] ). Vector graphics are therefore a collection of vectors.
+
A vector is one of the abstract data structures covered in year 2 (link to page: [[Vectors]] ).

Revision as of 14:12, 15 January 2019

Overview

https://www.youtube.com/watch?v=dSNO6ToqRQE&list=PLCiOXwirraUBIKvhutnNnMkVTpQ_psPN2

TRC PowerPoint

Vector Graphics

Definition

Images created by using vector points, lines, and shapes.

These can be assigned a colour for the Stroke (outline) and the Fill (inside).

A vector can be scaled mathematically so no image quality is lost.

Vectors

A vector is one of the abstract data structures covered in year 2 (link to page: Vectors ).