|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
- <meta charset="utf-8" />
|
|
|
+ <meta charset="utf-8" />
|
|
|
<base href="../../" />
|
|
|
<script src="list.js"></script>
|
|
|
<script src="page.js"></script>
|
|
@@ -63,6 +63,11 @@
|
|
|
Sets this vector to *a + b*.
|
|
|
</div>
|
|
|
|
|
|
+ <h3>[method:Vector2 addScaledVector]( [page:Vector2 v], [page:Float s] ) [page:Vector2 this]</h3>
|
|
|
+ <div>
|
|
|
+ Adds the multiple of v and s to this vector.
|
|
|
+ </div>
|
|
|
+
|
|
|
<h3>[method:Vector2 sub]( [page:Vector2 v] ) [page:Vector2 this]</h3>
|
|
|
<div>
|
|
|
Subtracts *v* from this vector.
|