getSize method

dynamic getSize(
  1. dynamic result
)

Implementation

getSize(result) {
  return result.copy(this.halfSize).multiplyScalar(2);
}