dmech v0.0.1 (2015-03-24T17:32:34Z)
Home
Dub
Repo
traverseBySphere
dmech
bvh
Undocumented in source. Be warned that the author may not have intended to support it.
void
traverseBySphere
(
T
)
(
BVHNode
!
T
node
,
ref
Sphere
sphere
,
void
delegate
(
ref
T
)
func
)
Meta
Source
See Implementation
dmech
bvh
classes
BVHNode
BVHTree
enums
Heuristic
functions
boxGetMainAxis
boxGetSplitPlaneForAxis
boxSplitWithPlane
enclosingAABB
traverse
traverseByRay
traverseBySphere
structs
SplitPlane