Proxy constructor

Proxy(
  1. Shape shape
)

Implementation

Proxy(this.shape){
  aabb = shape.aabb;
}