public final class S2Projections extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
S2Projections.Projections |
| Modifier and Type | Field and Description |
|---|---|
static S2.Metric |
AVG_ANGLE_SPAN |
static S2.Metric |
AVG_AREA |
static S2.Metric |
AVG_DIAG |
static S2.Metric |
AVG_EDGE |
static S2.Metric |
AVG_WIDTH |
static S2.Metric |
MAX_ANGLE_SPAN |
static S2.Metric |
MAX_AREA |
static S2.Metric |
MAX_DIAG |
static double |
MAX_DIAG_ASPECT |
static S2.Metric |
MAX_EDGE |
static double |
MAX_EDGE_ASPECT |
static S2.Metric |
MAX_WIDTH |
static S2.Metric |
MIN_ANGLE_SPAN |
static S2.Metric |
MIN_AREA |
static S2.Metric |
MIN_DIAG |
static S2.Metric |
MIN_EDGE |
static S2.Metric |
MIN_WIDTH |
| Modifier and Type | Method and Description |
|---|---|
static S2Point |
faceUvToXyz(int face,
double u,
double v) |
static R2Vector |
faceXyzToUv(int face,
S2Point p) |
static S2Point |
getNorm(int face) |
static S2Point |
getUAxis(int face) |
static S2Point |
getUNorm(int face,
double u) |
static S2Point |
getVAxis(int face) |
static S2Point |
getVNorm(int face,
double v) |
static double |
stToUV(double s) |
static double |
uvToST(double u) |
static R2Vector |
validFaceXyzToUv(int face,
S2Point p) |
static int |
xyzToFace(S2Point p) |
public static final S2.Metric MIN_AREA
public static final S2.Metric MAX_AREA
public static final S2.Metric AVG_AREA
public static final S2.Metric MIN_ANGLE_SPAN
public static final S2.Metric MAX_ANGLE_SPAN
public static final S2.Metric AVG_ANGLE_SPAN
public static final S2.Metric MIN_WIDTH
public static final S2.Metric MAX_WIDTH
public static final S2.Metric AVG_WIDTH
public static final S2.Metric MIN_EDGE
public static final S2.Metric MAX_EDGE
public static final S2.Metric AVG_EDGE
public static final S2.Metric MIN_DIAG
public static final S2.Metric MAX_DIAG
public static final S2.Metric AVG_DIAG
public static final double MAX_EDGE_ASPECT
public static final double MAX_DIAG_ASPECT
public static double stToUV(double s)
public static double uvToST(double u)
public static S2Point faceUvToXyz(int face, double u, double v)
public static int xyzToFace(S2Point p)
public static S2Point getUNorm(int face, double u)
public static S2Point getVNorm(int face, double v)
public static S2Point getNorm(int face)
public static S2Point getUAxis(int face)
public static S2Point getVAxis(int face)
Copyright © 2017. All rights reserved.