it.unibo.scafi.space.graphics2D.Shape2D.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scafi-simulator-gui-new_2.13 Show documentation
Show all versions of scafi-simulator-gui-new_2.13 Show documentation
An aggregate programming toolkit on the JVM
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