dunkelheit v0.10.0 (2017-12-20T18:24:10Z)
Dub
Repo
Line2D
dkh
geo
primitive
Undocumented in source.
struct
Line2D (
R
) {
Point2D
!
R
x
;
Point2D
!
R
y
;
this
(Point2D!R x, Point2D!R y);
Point2D
!
R
vec
();
}
Constructors
this
this
(Point2D!R x, Point2D!R y)
Undocumented in source.
Members
Functions
vec
Point2D
!
R
vec
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
Point2D
!
R
x
;
y
Point2D
!
R
y
;
Undocumented in source.
Meta
Source
See Implementation
dkh
geo
primitive
functions
argcmp
ccw
cross
distLP
distSP
dot
near
robustCmp
sgn
structs
Line2D
Point2D
templates
EPS