Uses of Class
com.google.common.geometry.S2Shape.MutableEdge
-
Uses of S2Shape.MutableEdge in com.google.common.geometry
Fields in com.google.common.geometry declared as S2Shape.MutableEdgeModifier and TypeFieldDescriptionprivate final S2Shape.MutableEdge
S2EdgeQuery.CrossingFilter.edge
private final S2Shape.MutableEdge
S2ShapeIndexRegion.edge
Temporary edge for internal usage.Methods in com.google.common.geometry with parameters of type S2Shape.MutableEdgeModifier and TypeMethodDescriptionvoid
S2Edge.getChainEdge
(int chainId, int offset, S2Shape.MutableEdge result) void
S2Loop.getChainEdge
(int chainId, int offset, S2Shape.MutableEdge result) void
S2Point.Shape.getChainEdge
(int chainId, int offset, S2Shape.MutableEdge result) void
S2Polygon.Shape.getChainEdge
(int chainId, int offset, S2Shape.MutableEdge result) void
S2Polyline.getChainEdge
(int chainId, int offset, S2Shape.MutableEdge result) void
S2Shape.getChainEdge
(int chainId, int offset, S2Shape.MutableEdge result) Returns the edge for the given chain id and offset inresult
.default void
S2ShapeAspect.EdgeAspect.Closed.getChainEdge
(int chainId, int edgeOffset, S2Shape.MutableEdge result) void
S2ShapeAspect.EdgeAspect.getChainEdge
(int chainId, int edgeOffset, S2Shape.MutableEdge result) default void
S2ShapeAspect.EdgeAspect.Open.getChainEdge
(int chainId, int edgeOffset, S2Shape.MutableEdge result) void
S2ShapeUtil.S2EdgeVectorShape.getChainEdge
(int chainId, int offset, S2Shape.MutableEdge result) void
S2Edge.getEdge
(int index, S2Shape.MutableEdge result) void
S2Loop.getEdge
(int index, S2Shape.MutableEdge result) void
S2Point.Shape.getEdge
(int index, S2Shape.MutableEdge result) void
S2Polyline.getEdge
(int index, S2Shape.MutableEdge result) void
S2Shape.getEdge
(int index, S2Shape.MutableEdge result) Returns the edge for the given index inresult
.default void
S2ShapeAspect.EdgeAspect.Closed.getEdge
(int edgeId, S2Shape.MutableEdge result) void
S2ShapeAspect.EdgeAspect.getEdge
(int edgeId, S2Shape.MutableEdge result) default void
S2ShapeAspect.EdgeAspect.Open.getEdge
(int edgeId, S2Shape.MutableEdge result) void
S2ShapeUtil.S2EdgeVectorShape.getEdge
(int index, S2Shape.MutableEdge result) (package private) boolean
S2ContainsPointQuery.visitIncidentEdges
(S2Point p, S2ContainsPointQuery.EdgeVisitor visitor, S2Shape.MutableEdge tmp) Visits each edge in the index that is incident top
exactly once, and returns true, or terminates early and returns false ifvisitor
returns false.