Function ncollide2df64::partitioning::kdtree_partitioner
pub fn kdtree_partitioner<B>(depth: uint, leaves: ~[(B, AABB)]) -> PartFnResult<B, AABB>
Construction function for a kdree.
Use this as a parameter of new_with_partitioner
.
pub fn kdtree_partitioner<B>(depth: uint, leaves: ~[(B, AABB)]) -> PartFnResult<B, AABB>
Construction function for a kdree.
Use this as a parameter of new_with_partitioner
.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).