Browse Source

use hard tabs in Vector2.html

yaoyao_cn 7 years ago
parent
commit
a821d1619e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/math/Vector2.html

+ 2 - 2
docs/api/math/Vector2.html

@@ -175,9 +175,9 @@
 		<p>
 		Calculates the [link:https://en.wikipedia.org/wiki/Dot_product dot product] of this
 	  vector and [page:Vector2 v].
-        </p>
+		</p>
         
-        <h3>[method:Float cross]( [param:Vector2 v] )</h3>
+		<h3>[method:Float cross]( [param:Vector2 v] )</h3>
 		<p>
 		Calculates the [link:https://en.wikipedia.org/wiki/Cross_product cross product] of this
 	  vector and [page:Vector2 v]. Note that a 'cross-product' in 2D is not well-defined. This function computes a geometric cross-product often used in 2D graphics