dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Plane.opCall
dlib
geometry
plane
Plane
Return a Plane with a Vec3f component of x, y, z and distance of d
Plane
opCall
()
Plane
opCall
(Vector3f n, float d)
Plane
opCall
(float x, float y, float z, float d)
struct
Plane
static
Plane
opCall
(
float
x
,
float
y
,
float
z
,
float
d
)
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
Return a Plane with a Vec3f component of x, y, z and distance of d