dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
SphereTraverseAggregate
dmech
bvh
Undocumented in source.
struct
SphereTraverseAggregate (
T
) {
BVHNode
!
T
node
;
Sphere
*
sphere
;
int
opApply
(int delegate(ref T) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
node
BVHNode
!
T
node
;
Undocumented in source.
sphere
Sphere
*
sphere
;
Undocumented in source.
Meta
Source
See Implementation
dmech
bvh
classes
BVHNode
BVHTree
enums
Heuristic
functions
boxGetMainAxis
boxGetSplitPlaneForAxis
boxSplitWithPlane
duplicate
enclosingAABB
structs
RayTraverseAggregate
SphereTraverseAggregate
SplitPlane