dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Plane.intersectsLine
dlib
geometry
plane
Plane
Undocumented in source. Be warned that the author may not have intended to support it.
bool
intersectsLine
(Vector3f p0, Vector3f p1, float t)
bool
intersectsLine
(Vector3f p0, Vector3f p1, Vector3f ip)
struct
Plane
bool
intersectsLine
(
Vector3f
p0
,
Vector3f
p1
,
ref
Vector3f
ip
)
Meta
Source
See Implementation
dlib
geometry
plane
Plane
functions
distance
dot
fromPointAndNormal
fromPoints
intersectsLine
intersectsLineSegment
isOnPlane
normalize
normalized
opIndex
opIndexAssign
project
reflect
properties
position
static functions
opCall
unions
__anonymous