Maheshjayachandran / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Add goog.vec.Vec2 #410

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adds goog.vec.Vec2. It's like goog.vec.Vec3 but littler.

Code review: http://codereview.appspot.com/5532064

When reviewing, consider doing a diff against closure/goog/vec/vec3.js.

Original issue reported on code.google.com by twpa...@gmail.com on 10 Jan 2012 at 7:46

GoogleCodeExporter commented 9 years ago
Thanks for the addition.  We've got a change in progress that is re-working the 
types in the goog.vec library in a way that will require you to make some 
changes to vec2.js.  Hopefully we'll have that change in within a week, then 
you can make the necessary changes to vec2.js, then we can review it.

Original comment by epar...@google.com on 11 Jan 2012 at 12:29

GoogleCodeExporter commented 9 years ago

Original comment by pall...@google.com on 18 Jan 2012 at 3:07

GoogleCodeExporter commented 9 years ago
The naming changes and extension to float64 are now checked in.  Please update 
your code to reflect those which should be easy to understand and mimic from 
Vec3.

Original comment by djfi...@google.com on 23 Jan 2012 at 4:09

GoogleCodeExporter commented 9 years ago
i believe there's an implementation of Vec2 in now.

Original comment by Nicholas.J.Santos on 28 Feb 2012 at 1:29