**Extra processing core library** # Topic - We list here the processing core functions, constants, and classes that you might want to use while working on MCS-178 projects. You should consult the processing reference page to see the details of these functions, constants, and classes. # Structure - popStyle() - pushStyle() - setLocation() - setResizable() - setTitle() - thread() # Environment - cursor() - delay() - displayDensity() - focused - noCursor() - noSmooth() - pixelDensity() - pixelHeight - pixelWidth - smooth() # Shape - createShape() - loadShape() - PShape # Attributes - ellipseMode() - rectMode() - strokeCap() - strokeJoin() - strokeWeight() # Vertex - beginContour() - beginShape() - bezierVertex() - curveVertex() - endContour() - endShape() - quadraticVertex() - vertex() # Loading & displaying - shape() - shapeMode() # Input ## Mouse - mouseButton - mouseDragged() - mouseMoved() - mouseWheel() ## Keyboard - keyReleased() # Output ## Transform - applyMatrix() - printMatrix() - resetMatrix() - rotate() - rotateX() - rotateY() - rotateZ() - shearX() - shearY() # Color ## Setting - clear() - colorMode() # Image - createImage() - PImage _---San Skulrattanakulchai_