MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / resize

Method resize

Source/ThirdParty/recastnavigation/RecastAlloc.h:334–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 rcIntArray(int n) : m_impl(n, 0) {}
333 void push(int item) { m_impl.push_back(item); }
334 void resize(int size) { m_impl.resize(size); }
335 void clear() { m_impl.clear(); }
336 int pop()
337 {

Callers 10

mergeRegionsFunction · 0.45
rcBuildRegionsMonotoneFunction · 0.45
rcBuildLayerRegionsFunction · 0.45
delaunayHullFunction · 0.45
buildPolyDetailFunction · 0.45
push3Function · 0.45
getHeightDataFunction · 0.45
simplifyContourFunction · 0.45
removeDegenerateSegmentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected