s2geometry-d ~master (2023-01-06T14:05:31Z)
Dub
Repo
ShapeEdge
s2
shapeutil
shape_edge
Undocumented in source.
class
ShapeEdge {
this
();
this
(S2Shape shape, int edge_id);
this
(int shape_id, int edge_id, S2Shape.Edge edge);
ShapeEdgeId
id
();
const
(
S2Point
)
v0
();
const
(
S2Point
)
v1
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(S2Shape shape, int edge_id)
Undocumented in source.
this
this
(int shape_id, int edge_id, S2Shape.Edge edge)
Undocumented in source.
Members
Functions
id
ShapeEdgeId
id
()
Undocumented in source. Be warned that the author may not have intended to support it.
v0
const
(
S2Point
)
v0
()
Undocumented in source. Be warned that the author may not have intended to support it.
v1
const
(
S2Point
)
v1
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
s2
shapeutil
shape_edge
classes
ShapeEdge