[src]

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.