computational form 23,
play 14,
information 13,
everybityoumake 12,
atoz 10,
processingtext 10,
mapping 9,
mobility 9,
nime 9,
fabricatinginformation 8,
interactivesound 7,
locative 7,
thesis 7,
ubicomp 5,
blah 4,
thinking 4,
isco 3,
pcomp 3,
assistive technologies 1,
howto 1,
visualization 1
Compform Assignment 2 - Problem 1 · posted by vaibhav bhawsar Sep 21, 2007
Problem 1. Complete the Vec2d class. Add the following methods to the class:
a. Subtract one vector from another and return the resulting vector.
b. Divide a vector by a float and return the resulting vector.
c. Calculate the length of a vector using Pythagorean theorem and return the resulting float.
Comment
Commenting is closed for this article.
Previous: Chance Procedures - John Cage Next: CompForm Assignment 2 - Problem 2