From 9d20024aa35cd7f923ebfc1ed9a2ffbf2731da70 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 5 Nov 2009 21:02:40 +0000 Subject: Initial import. --- doc/sims/math/Matrix22$object.html | 98 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/sims/math/Matrix22$object.html (limited to 'doc/sims/math/Matrix22$object.html') diff --git a/doc/sims/math/Matrix22$object.html b/doc/sims/math/Matrix22$object.html new file mode 100644 index 0000000..9411340 --- /dev/null +++ b/doc/sims/math/Matrix22$object.html @@ -0,0 +1,98 @@ + + + object Matrix22 in sims.math + + + + + + + + + + + +
+ sims.math +

+ object Matrix22 +

+
+ [source: sims/math/Matrix22.scala] +

+
+
+ + + object + Matrix22 +
+
extends AnyRef
+
+ + + + + + + + + +
Method Summary
+ def + + apply + (c1 : Vector2D, c2 : Vector2D) : Matrix22 + + +
+ + +
+ Methods inherited from AnyRef +
+ getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized +
+ + +
+ Methods inherited from Any +
+ ==, !=, isInstanceOf, asInstanceOf +
+ + + + + + + +
Method Details
+
+ + + def + apply(c1 : Vector2D, c2 : Vector2D) : Matrix22 +
+
+

+ + +
+ + + + + + + + + \ No newline at end of file -- cgit v1.2.3