dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Sphere
dlib
geometry
sphere
Sphere object
struct
Sphere {
Vector3f
center
;
float
radius
;
this
(Vector3f newCenter, float newRadius);
bool
containsPoint
(Vector3f pt);
}
Constructors
this
this
(Vector3f newCenter, float newRadius)
Undocumented in source.
Members
Functions
containsPoint
bool
containsPoint
(Vector3f pt)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
center
Vector3f
center
;
Undocumented in source.
radius
float
radius
;
Undocumented in source.
Meta
Source
See Implementation
dlib
geometry
sphere
structs
Sphere
Sphere object