dagon v0.10.3 (2020-05-05T21:30:13Z)
Home
Dub
Repo
RayTraverseAggregate
dagon
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
physics
bvh
classes
BVHNode
BVHTree
enums
Heuristic
functions
boxGetMainAxis
boxGetSplitPlaneForAxis
boxSplitWithPlane
duplicate
enclosingAABB
structs
RayTraverseAggregate
SphereTraverseAggregate
SplitPlane