RectangularArea
class RectangularArea<T>(val environment: Physics2DEnvironment<T>, val node: Node<T>, val width: Double, val height: Double) : AbstractNodeProperty<T> , OccupiesSpaceProperty<T, Euclidean2DPosition, Euclidean2DTransformation> (source)
The node occupies a rectangular width x height area.
Properties
Link copied to clipboard
The environment in which node is moving.
Link copied to clipboard
The node's shape.