Uses of Class
com.google.common.geometry.S2Shape.ReferencePoint
-
Uses of S2Shape.ReferencePoint in com.google.common.geometry
Fields in com.google.common.geometry declared as S2Shape.ReferencePointModifier and TypeFieldDescriptionprivate static final S2Shape.ReferencePoint
S2Shape.ReferencePoint.ORIGIN_INSIDE
private static final S2Shape.ReferencePoint
S2Shape.ReferencePoint.ORIGIN_OUTSIDE
Methods in com.google.common.geometry that return S2Shape.ReferencePointModifier and TypeMethodDescriptionstatic S2Shape.ReferencePoint
S2Shape.ReferencePoint.create
(boolean contained) Returns a referenced point at an arbitrary position, suitable for shapes that contain all points or no points.static S2Shape.ReferencePoint
Creates a referenced point at position 'p', with known containment 'contained'.default S2Shape.ReferencePoint
S2LaxPolygonShape.getReferencePoint()
default S2Shape.ReferencePoint
S2Shape.getReferencePoint()
Returns a point referenced to, i.e.static S2Shape.ReferencePoint
S2ShapeUtil.getReferencePoint
(S2Shape shape) This is a helper function for implementing S2Shape.getReferencePoint().