ggplotd v0.4.7 (2016-02-04T10:42:01Z)
Dub
Repo
Vertex3D
ggplotd
geometry
Undocumented in source.
struct
Vertex3D {
double
x
;
double
y
;
double
z
;
this
(Vertex3D v);
this
(double _x, double _y, double _z);
Vertex3D
opBinary
(Vertex3D v2);
}
Constructors
this
this
(Vertex3D v)
Undocumented in source.
this
this
(double _x, double _y, double _z)
Undocumented in source.
Members
Functions
opBinary
Vertex3D
opBinary
(Vertex3D v2)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
x
double
x
;
Undocumented in source.
y
double
y
;
Undocumented in source.
z
double
z
;
Undocumented in source.
Meta
Source
See Implementation
ggplotd
geometry
functions
crossProduct
gradientVector
structs
Vertex3D