Uses of Class
com.google.common.geometry.S2Shape.ReferencePoint
-
Uses of S2Shape.ReferencePoint in com.google.common.geometry
Methods in com.google.common.geometry that return S2Shape.ReferencePointModifier and TypeMethodDescriptionstatic S2Shape.ReferencePointS2Shape.ReferencePoint.create(boolean contained) Returns a referenced point at an arbitrary position, suitable for shapes that contain all points or no points.static S2Shape.ReferencePointCreates a referenced point at position 'p', with known containment 'contained'.default S2Shape.ReferencePointS2LaxPolygonShape.getReferencePoint()default S2Shape.ReferencePointS2Shape.getReferencePoint()Returns a point referenced to, i.e. indicating containment by, this shape.static S2Shape.ReferencePointS2ShapeUtil.getReferencePoint(S2Shape shape) This is a helper function for implementing S2Shape.getReferencePoint().