drawofpages v0.1.0 (2017-12-25T17:48:12Z)
Home
Dub
Repo
Line
drawofpages
elements
basetypes
Undocumented in source.
struct
Line {
Point
!
2
a
;
Point
!
2
b
;
double
size
;
this
(Point!2 a, Point!2 b, double size);
T
opCast
();
}
Constructors
this
this
(Point!2 a, Point!2 b, double size)
Undocumented in source.
Members
Functions
opCast
T
opCast
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
a
Point
!
2
a
;
Undocumented in source.
b
Point
!
2
b
;
Undocumented in source.
size
double
size
;
Undocumented in source.
Meta
Source
See Implementation
drawofpages
elements
basetypes
structs
Line