#include <Sphere.h>
List of all members.
Constructor & Destructor Documentation
cinder::Sphere::Sphere |
( |
) |
|
cinder::Sphere::Sphere |
( |
const Vec3f & |
aCenter, |
|
|
float |
aRadius |
|
) |
| |
Member Function Documentation
float cinder::Sphere::getRadius |
( |
) |
const |
void cinder::Sphere::setRadius |
( |
float |
radius ) |
|
const Vec3f& cinder::Sphere::getCenter |
( |
) |
const |
const void cinder::Sphere::setCenter |
( |
const Vec3f & |
center ) |
|
bool cinder::Sphere::intersects |
( |
const Ray & |
ray ) |
|
int cinder::Sphere::intersect |
( |
const Ray & |
ray, |
|
|
float * |
intersection |
|
) |
| |
Sphere cinder::Sphere::calculateBoundingSphere |
( |
const std::vector< Vec3f > & |
points ) |
[static] |
Member Data Documentation
The documentation for this class was generated from the following files: