dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
RayTraverseAggregate
dagon
ext
physics
bvh
Undocumented in source.
struct
RayTraverseAggregate (
T
) {
BVHNode
!
T
node
;
Ray
*
ray
;
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.
ray
Ray
*
ray
;
Undocumented in source.
Meta
Source
See Implementation
dagon
ext
physics
bvh
classes
BVHNode
BVHTree
enums
Heuristic
functions
boxGetMainAxis
boxGetSplitPlaneForAxis
boxSplitWithPlane
duplicate
enclosingAABB
structs
RayTraverseAggregate
SphereTraverseAggregate
SplitPlane