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.ReferencePointS2Shape.ReferencePoint.ORIGIN_INSIDEprivate static final S2Shape.ReferencePointS2Shape.ReferencePoint.ORIGIN_OUTSIDEMethods 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.static S2Shape.ReferencePointS2ShapeUtil.getReferencePoint(S2Shape shape) This is a helper function for implementing S2Shape.getReferencePoint().