Package it. unibo. alchemist. model. interfaces. geometry
Types
Link copied to clipboard
interface ConvexGeometricShape<V : Vector<V>, A : GeometricTransformation<V>> : GeometricShape<V, A>
Content copied to clipboard
A convex GeometricShape.
Link copied to clipboard
interface GeometricShape<S : Vector<S>, A : GeometricTransformation<S>> : Serializable
Content copied to clipboard
Models a generic shape.
Link copied to clipboard
interface GeometricShapeFactory<S : Vector<S>, A : GeometricTransformation<S>> : Serializable
Content copied to clipboard
Generic factory for GeometricShape.
Link copied to clipboard
Defines a generic transformation of a generic shape. The operations allowed depend on the space the shape belongs to. This interface is meant to be extended.
Link copied to clipboard
Area inside which nodes exert an influence on each other.