All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibo.scafi.space.graphics2D.Shape2D.scala Maven / Gradle / Ivy

The newest version!
package it.unibo.scafi.space.graphics2D

import it.unibo.scafi.space.Shape

/**
  * the root of all shape2d
  */
trait Shape2D extends Shape{
  override type O = Float
}

object Shape2D {
  val BASIC_ORIENTATION = 0
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy