[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The `Sphere` class represents a mathematical sphere for collision and intersection tests. Key actions include: creating a sphere with a default center (0,0,0) and radius 1, or with a specified radius and/or center via constructors. It allows setting and getting the sphere's center and radius using `setCenter`, `getCenter`, `setRadius`, and `getRadius`. It can make copies using `makeCopy`. The class also inherits `makeCopy` from the CollisionShape class.\n"]]