MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / getNbVertices

Method getNbVertices

include/reactphysics3d/collision/VertexArray.h:102–104  ·  view source on GitHub ↗

Return the number of vertices * @return The number of vertices in the array */

Source from the content-addressed store, hash-verified

100 * @return The number of vertices in the array
101 */
102RP3D_FORCE_INLINE uint32 VertexArray::getNbVertices() const {
103 return mNbVertices;
104}
105
106// Return the vertices stride (number of bytes)
107/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected