dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Intersection
dlib
geometry
intersection
Stores intersection data
struct
Intersection {
bool
fact
;
Vector3f
point
;
Vector3f
normal
;
float
penetrationDepth
;
}
Members
Variables
fact
bool
fact
;
Undocumented in source.
normal
Vector3f
normal
;
Undocumented in source.
penetrationDepth
float
penetrationDepth
;
Undocumented in source.
point
Vector3f
point
;
Undocumented in source.
Meta
Source
See Implementation
dlib
geometry
intersection
functions
intrSphereVsOBB
intrSphereVsPlane
intrSphereVsSphere
intrSphereVsTriangle
measureSphereAndTriEdge
structs
Intersection
Stores intersection data