| Modifier and Type | Method and Description |
|---|---|
S2Cap |
addCap(S2Cap other) |
S2Cap |
addPoint(S2Point p) |
S1Angle |
angle() |
double |
area() |
S2Point |
axis() |
S2Cap |
complement() |
boolean |
contains(S2Cap other) |
boolean |
contains(S2Cell cell) |
boolean |
contains(S2Point p) |
static S2Cap |
empty() |
boolean |
equals(Object that) |
static S2Cap |
fromAxisAngle(S2Point axis,
S1Angle angle) |
static S2Cap |
fromAxisArea(S2Point axis,
double area) |
static S2Cap |
fromAxisHeight(S2Point axis,
double height) |
static S2Cap |
full() |
S2Cap |
getCapBound() |
S2LatLngRect |
getRectBound() |
int |
hashCode() |
double |
height() |
boolean |
interiorContains(S2Point p) |
boolean |
interiorIntersects(S2Cap other) |
boolean |
intersects(S2Cell cell,
S2Point[] vertices) |
boolean |
isEmpty() |
boolean |
isFull() |
boolean |
isValid() |
boolean |
mayIntersect(S2Cell cell) |
String |
toString() |
public static S2Cap empty()
public static S2Cap full()
public S2Point axis()
public double height()
public double area()
public S1Angle angle()
public boolean isValid()
public boolean isEmpty()
public boolean isFull()
public S2Cap complement()
public boolean contains(S2Cap other)
public boolean interiorIntersects(S2Cap other)
public boolean interiorContains(S2Point p)
public S2Cap getCapBound()
public S2LatLngRect getRectBound()
public boolean contains(S2Cell cell)
public boolean mayIntersect(S2Cell cell)
public boolean contains(S2Point p)
public boolean equals(Object that)
public int hashCode()
public String toString()
Copyright © 2017. All rights reserved.