Function S2Builder.addEdge
Adds the given edge to the current layer.
void addEdge
(
in const(s2 .util .math .vector .Vector!(double,3L)) v0,
in const(s2 .util .math .vector .Vector!(double,3L)) v1
);
Adds the given edge to the current layer.
void addEdge
(
in const(s2 .util .math .vector .Vector!(double,3L)) v0,
in const(s2 .util .math .vector .Vector!(double,3L)) v1
);