nicol

math

package math

Visibility
  1. Public
  2. All

Type Members

  1. class Matrix extends Immutable

    Attributes
    sealed
  2. case class Rect (x: Int, y: Int, width: Int, height: Int) extends Immutable with Product with Serializable

  3. case class Vector (x: Float, y: Float) extends Immutable with Product with Serializable

    Attributes
    sealed

Value Members

  1. object Matrix extends AnyRef

  2. object Rect extends Serializable

  3. object Vector extends Serializable