dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
SplitPlane
dmech
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
dmech
bvh
classes
BVHNode
BVHTree
enums
Heuristic
functions
boxGetMainAxis
boxGetSplitPlaneForAxis
boxSplitWithPlane
duplicate
enclosingAABB
structs
RayTraverseAggregate
SphereTraverseAggregate
SplitPlane