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

우준혁/Processing: Difference between revisions

From ZeroWiki
imported>wjh0470
No edit summary
imported>wjh0470
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Back space ==
* [[우준혁]]
== Contents ==
== Contents ==
* Processing
* Processing
* Grammar
* Grammar
* About Lecture
== Processing ==
== Processing ==
* JAVA 기반 언어
* JAVA 기반 언어
Line 11: Line 15:
       Return type is void.
       Return type is void.
       x, y, z => float
       x, y, z => float
       point(x,y)   2D
       2D: point(x,y)
       point(x,y,z) 3D
       3D: point(x,y,z)
     Line
     Line
       Return type is void.
       Return type is void.
       x, y, z => float
       x, y, z => float
       line(x1,y1, x2,y2)       2D
       2D: line(x1,y1, x2,y2)
       line(x1,y1,z1, x2,y2,z2) 3D
       3D: line(x1,y1,z1, x2,y2,z2)
     Rectange:
     Rectange:
= Shape =
= Shape =
== Source Code ==
== Source Code ==
== Lecture ==
Just talk about mid-term exam
It's



Latest revision as of 14:53, 30 November 2015

Back space

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