dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Point
dextool
plugin
mutate
backend
report
kmean
Undocumented in source.
struct
Point {
double
value
;
T
opCast
();
double
distance
(Point p);
}
Members
Functions
distance
double
distance
(Point p)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
T
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
double
value
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
report
kmean
structs
Cluster
KmeanIterator
Point