MCPcopy Create free account
hub / github.com/demoth/jake2 / CM_BoxLeafnums

Method CM_BoxLeafnums

qcommon/src/main/java/jake2/qcommon/CM.java:1006–1009  ·  view source on GitHub ↗

Fills in a list of all the leafs touched.

(float[] mins, float[] maxs, int[] list, int listsize, int[] topnode)

Source from the content-addressed store, hash-verified

1004
1005 /** Fills in a list of all the leafs touched. */
1006 public int CM_BoxLeafnums(float[] mins, float[] maxs, int[] list, int listsize, int[] topnode) {
1007 return CM_BoxLeafnums_headnode(mins, maxs, list, listsize,
1008 map_cmodels[0].headnode, topnode);
1009 }
1010
1011 /** Returns a tag that describes the content of the point. */
1012 public int PointContents(float[] p, int headnode) {

Callers 2

SV_FatPVSMethod · 0.95
SV_LinkEdictMethod · 0.80

Calls 1

Tested by

no test coverage detected