reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofMeshFace_< V, N, C, T > Member List

This is the complete list of members for ofMeshFace_< V, N, C, T >, including all inherited members.

getColor(ofIndexType index) constofMeshFace_< V, N, C, T >
getFaceNormal() constofMeshFace_< V, N, C, T >
getNormal(ofIndexType index) constofMeshFace_< V, N, C, T >
getTexCoord(ofIndexType index) constofMeshFace_< V, N, C, T >
getVertex(ofIndexType index) constofMeshFace_< V, N, C, T >
hasColors() constofMeshFace_< V, N, C, T >
hasNormals() constofMeshFace_< V, N, C, T >
hasTexcoords() constofMeshFace_< V, N, C, T >
ofMeshFace_()ofMeshFace_< V, N, C, T >
setColor(ofIndexType index, const C &color)ofMeshFace_< V, N, C, T >
setHasColors(bool bColors)ofMeshFace_< V, N, C, T >
setHasNormals(bool bNormals)ofMeshFace_< V, N, C, T >
setHasTexcoords(bool bTexcoords)ofMeshFace_< V, N, C, T >
setNormal(ofIndexType index, const N &n)ofMeshFace_< V, N, C, T >
setTexCoord(ofIndexType index, const T &tCoord)ofMeshFace_< V, N, C, T >
setVertex(ofIndexType index, const V &v)ofMeshFace_< V, N, C, T >