Browse Source

Docs: ArrowHelper improvement as per suggestion @WestLangley in #5903.

Mr.doob 10 years ago
parent
commit
6b97f5660e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/extras/helpers/ArrowHelper.html

+ 2 - 2
docs/api/extras/helpers/ArrowHelper.html

@@ -74,7 +74,7 @@
 		<div>
 		<div>
 		length -- The desired length<br />
 		length -- The desired length<br />
 		headLength -- The length of the head of the arrow<br />
 		headLength -- The length of the head of the arrow<br />
-		headWidth -- The length of the width of the arrow		
+		headWidth -- The length of the width of the arrow
 		</div>
 		</div>
 		<div>
 		<div>
 		Sets the length of the arrowhelper.
 		Sets the length of the arrowhelper.
@@ -82,7 +82,7 @@
 
 
 		<h3>[method:null setDirection]([page:Vector3 dir])</h3>
 		<h3>[method:null setDirection]([page:Vector3 dir])</h3>
 		<div>
 		<div>
-		dir -- The desired direction in euler format.
+		dir -- The desired direction. Must be a unit vector.
 		</div>
 		</div>
 		<div>
 		<div>
 		Sets the direction of the arrowhelper.
 		Sets the direction of the arrowhelper.