#include <sphere.h>
Public Methods | |
Constructors | |
| Sphere (const V3 &position=V3::O, float radius=1.0f) | |
| . | |
Initializers | |
| const Sphere & | Set (const V3 &position, float radius) |
| . | |
| const Sphere & | Set (const std::vector< V3 > &verts) |
| . | |
| void | SetPosition (const V3 &position) |
| . | |
| void | SetRadius (float radius) |
| . | |
Accessors | |
| const V3 & | GetPosition () const |
| . | |
| float | GetRadius () const |
| . | |
| float | GetRadiusSquared () const |
| . | |
1.2.17