sat ~master (2022-01-21T17:14:34.0992339)
Dub
Repo
Vertex
vertex
A location in 2d space
struct
Vertex {
real
x
;
real
y
;
Vector
opBinary
(Vertex rhs);
Vertex
opBinary
(Vector rhs);
}
Members
Functions
opBinary
Vector
opBinary
(Vertex rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Vertex
opBinary
(Vector rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
real
x
;
y
real
y
;
Meta
Source
See Implementation
vertex
structs
Range
Vector
Vertex
A location in 2d space