OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IcoSphere
(Results
1 - 2
of
2
) sorted by null
/external/eigen/demos/opengl/
icosphere.h
16
class
IcoSphere
19
IcoSphere
(unsigned int levels=1);
icosphere.cpp
10
#include "
icosphere
.h"
36
IcoSphere
::
IcoSphere
(unsigned int levels)
54
const std::vector<int>&
IcoSphere
::indices(int level) const
57
const_cast<
IcoSphere
*>(this)->_subdivide();
61
void
IcoSphere
::_subdivide(void)
100
void
IcoSphere
::draw(int level)
103
const_cast<
IcoSphere
*>(this)->_subdivide();
Completed in 45 milliseconds