Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

우준혁/Processing

From ZeroWiki
Revision as of 14:53, 30 November 2015 by imported>wjh0470

Contents

  • Processing
  • Grammar
  • About Lecture

Processing

  • JAVA 기반 언어

Grammar

 Shape
   Point
     Return type is void.
     x, y, z => float
     2D: point(x,y)
     3D: point(x,y,z)
   Line
     Return type is void.
     x, y, z => float
     2D: line(x1,y1, x2,y2)
     3D: line(x1,y1,z1, x2,y2,z2)
   Rectange:

Shape

Source Code

Lecture

Just talk about mid-term exam It's