dagon v0.10.3 (2020-05-05T21:30:13Z)
Home
Dub
Repo
SplitPlane
dagon
physics
bvh
Undocumented in source.
struct
SplitPlane {
float
split
;
Axis
axis
;
this
(float s, Axis ax);
}
Constructors
this
this
(float s, Axis ax)
Undocumented in source.
Members
Variables
axis
Axis
axis
;
Undocumented in source.
split
float
split
;
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