MCPcopy Create free account
hub / github.com/melonjs/melonJS / split

Method split

packages/melonjs/src/physics/broadphase/broadphase.ts:78–78  ·  view source on GitHub ↗

Subdivide this node into its subnodes (4 for 2D, 8 for 3D).

()

Source from the content-addressed store, hash-verified

76 getIndex(item: TItem): number;
77 /** Subdivide this node into its subnodes (4 for 2D, 8 for 3D). */
78 split(): void;
79}

Callers 15

getUriFragmentFunction · 0.65
initFunction · 0.65
parseOBJFunction · 0.65
parseMTLFunction · 0.65
setFontMethod · 0.65
setTextMethod · 0.65
getValueFromPairFunction · 0.65
parseMethod · 0.65
lineWidthMethod · 0.65
measureTextMethod · 0.65
wordWrapMethod · 0.65
setTextMethod · 0.65

Implementers 2

Octreepackages/melonjs/src/physics/broadphas
QuadTreepackages/melonjs/src/physics/broadphas

Calls

no outgoing calls

Tested by

no test coverage detected