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