Line wrapping and line ending cleanup

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@800 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Tom Conkling
2009-03-31 22:29:18 +00:00
parent 126e58ac11
commit e9a797fef2
+3 -3
View File
@@ -242,9 +242,9 @@ public class Vector2
} }
/** /**
* Returns a vector that is perpendicular to this. * Returns a vector that is perpendicular to this one.
* If ccw = true, the perpendicular vector is rotated 90 degrees counter-clockwise from this vector, * If ccw = true, the perpendicular vector is rotated 90 degrees counter-clockwise from this
* otherwise it's rotated 90 degrees clockwise. * vector, otherwise it's rotated 90 degrees clockwise.
*/ */
public function getPerp (ccw :Boolean = true) :Vector2 public function getPerp (ccw :Boolean = true) :Vector2
{ {