Circle Node
open class CircleNode<T> @JvmOverloads constructor(env: Physics2DEnvironment<T>, radius: Double) : AbstractNode<T> , NodeWithShape<T, Euclidean2DPosition, Euclidean2DTransformation>
Content copied to clipboard
A it.unibo.alchemist.model.interfaces.Node with a circle shape meant to be added to a it.unibo.alchemist.model.interfaces.environments.PhysicsEnvironment.
Constructors
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
override val shape: GeometricShape<Euclidean2DPosition, Euclidean2DTransformation>
Content copied to clipboard