Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class GenericResponse[A](result: A, message: String = "") extends Product with Serializable

    Class modelling a generic response from a procedure, storing the generic result and a message

    Class modelling a generic response from a procedure, storing the generic result and a message

    A

    the result type

    result

    the result

    message

    the message

  2. trait Point extends AnyRef

    Cartesian point

  3. trait Vector extends AnyRef

    Mixin representing a 2D vector.

    Mixin representing a 2D vector.

    The methods of this mixin won't alter the values of the classes that extends it.

Value Members

  1. object Constants

    Application Constants

  2. object InputEventQueue

    Singleton that stores all input events.

  3. object Logger

    Debugging utility

  4. object MathUtils

    Utility class that offers math related useful methods

  5. object Point

    Companion object

  6. object Vector

    Companion object

Ungrouped