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

Method getDataType

include/reactphysics3d/collision/VertexArray.h:94–96  ·  view source on GitHub ↗

Return the vertex data type * @return The data type of the vertices in the array */

Source from the content-addressed store, hash-verified

92 * @return The data type of the vertices in the array
93 */
94RP3D_FORCE_INLINE VertexArray::DataType VertexArray::getDataType() const {
95 return mDataType;
96}
97
98// Return the number of vertices
99/**

Callers 1

extractPointsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected