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

Method getStart

include/reactphysics3d/collision/VertexArray.h:118–120  ·  view source on GitHub ↗

Return the pointer to the start of the vertices array * @return A pointer to the start of the vertex array of the mesh */

Source from the content-addressed store, hash-verified

116 * @return A pointer to the start of the vertex array of the mesh
117 */
118RP3D_FORCE_INLINE const unsigned char* VertexArray::getStart() const {
119 return mStart;
120}
121
122}
123

Callers 1

extractPointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected