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

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Overview)
(Definition)
Line 14: Line 14:
  
 
A vector can be scaled mathematically so no image quality is lost.
 
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: ). Vector graphics are therefore a collection of vectors.

Revision as of 14:11, 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: ). Vector graphics are therefore a collection of vectors.