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:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user