RectangularArea

fun <T> RectangularArea(    environment: Physics2DEnvironment<T>,     node: Node<T>,     width: Double,     height: Double)