#include <GeomIo.h>
Inherits cinder::geom::Source.
cinder::geom::Ring::Ring |
( |
| ) |
|
Ring& cinder::geom::Ring::center |
( |
const vec2 & |
center | ) |
|
Ring & cinder::geom::Ring::radius |
( |
float |
radius | ) |
|
Ring & cinder::geom::Ring::width |
( |
float |
width | ) |
|
Ring & cinder::geom::Ring::subdivisions |
( |
int |
subdivs | ) |
|
size_t cinder::geom::Ring::getNumVertices |
( |
| ) |
const |
|
overridevirtual |
size_t cinder::geom::Ring::getNumIndices |
( |
| ) |
const |
|
overridevirtual |
Primitive cinder::geom::Ring::getPrimitive |
( |
| ) |
const |
|
overridevirtual |
uint8_t cinder::geom::Ring::getAttribDims |
( |
Attrib |
attr | ) |
const |
|
overridevirtual |
AttribSet cinder::geom::Ring::getAvailableAttribs |
( |
| ) |
const |
|
overridevirtual |
void cinder::geom::Ring::loadInto |
( |
Target * |
target, |
|
|
const AttribSet & |
requestedAttribs |
|
) |
| const |
|
overridevirtual |
Ring* cinder::geom::Ring::clone |
( |
| ) |
const |
|
overridevirtual |
void cinder::geom::Source::copyIndicesNonIndexed |
( |
uint16_t * |
dest | ) |
const |
|
protectedinherited |
Builds a sequential list of vertices to simulate an indexed geometry when Source is non-indexed. Assumes dest contains storage for getNumVertices() entries.
void cinder::geom::Source::copyIndicesNonIndexed |
( |
uint32_t * |
dest | ) |
const |
|
protectedinherited |
Builds a sequential list of vertices to simulate an indexed geometry when Source is non-indexed. Assumes dest contains storage for getNumVertices() entries.
template<typename T >
void cinder::geom::Source::forceCopyIndicesTrianglesImpl |
( |
T * |
dest | ) |
const |
|
protectedinherited |
The documentation for this class was generated from the following files: