set method
dynamic
set(
- dynamic center,
- dynamic halfSize,
- dynamic rotation
Implementation
set(center, halfSize, rotation) {
this.center = center;
this.halfSize = halfSize;
this.rotation = rotation;
return this;
}