TreeStats

data class TreeStats(val nodeVisits: Int, val leafVisits: Int)

Statistics from a broadphase tree query.

Parameters

nodeVisits

Number of internal nodes visited during the query

leafVisits

Number of leaf nodes visited during the query

Constructors

Link copied to clipboard
constructor(nodeVisits: Int, leafVisits: Int)

Properties

Link copied to clipboard
Link copied to clipboard