proc radius(self: SphereShape): float64 {.gcsafe, locks: 0, raises: [], tags: [].}
proc radius=(self: SphereShape; val: float64) {.gcsafe, locks: 0, raises: [], tags: [].}