dg2d ~master (2021-09-28T12:26:04.0230033)
Dub
Repo
Circle
dg2d
circle
2D circle
struct
Circle {
Scalar
x0
;
Scalar
y0
;
Scalar
radius
;
this
(Scalar x0, Scalar y0, Scalar radius);
auto
asPath
();
}
Constructors
this
this
(Scalar x0, Scalar y0, Scalar radius)
Undocumented in source.
Members
Functions
asPath
auto
asPath
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
radius
Scalar
radius
;
Undocumented in source.
x0
Scalar
x0
;
Undocumented in source.
y0
Scalar
y0
;
Undocumented in source.
Meta
Source
See Implementation
dg2d
circle
structs
Circle
2D circle