STUDY GUIDE Questions and Correct Answers (Verified
Answers) | Already Graded A+ | 2026 Update with Complete
Solutions
evansmunes Teacher
Save
NEIEP 305/310/315/320 Multi-Unit E... Neiep 300 N
Teacher 24 terms 56 terms
ATAP1920 Preview matb831 Preview
Terms (250)
Hide definitions
rotate(angle)
Rotates the element clockwise at the specified degree.
Negative values rotate the element counter-clockwise
scale(x,y)
Increases or decreases the size of the element, based on the specified parameters for
width (x) and height (y)
, scaleX(n)
Changes the elements width
ScaleY(n)
Changes the elements height
matrix(n,n,n,n,n)
Combines all of the 2D transform methods in one.
Takes six parameters, contatining mathematic functions, which enable the element to
rotate, scale, move (translate), and skew
translate(x,y)
Moves the element from its current position, based on the specified parameters for the left
(x) and top (y) position
translateX(n)
Moves the element along the X-axis (horizontally)
translateY(n)
Moves the element along the Y-axis (vertically)
skew(x-angle,y-angle)
Turns or skews the element to a specified angle, based on the specified parameters for the
horizontal (X axis), and vertical (Y axis) lines.
skewX(angle)
Turns or skews the element to a specified angle along its X-axis