
public class SVGHyperSphere extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
EUCLIDEAN_KAPPA
Factor used for approximating circles with cubic beziers.
|
| Constructor and Description |
|---|
SVGHyperSphere() |
| Modifier and Type | Method and Description |
|---|---|
static <D extends NumberDistance<?,?>> |
drawCross(SVGPlot svgp,
Projection2D proj,
NumberVector<?,?> mid,
D rad)
Wireframe "cross" hypersphere
|
static <D extends NumberDistance<?,?>> |
drawEuclidean(SVGPlot svgp,
Projection2D proj,
NumberVector<?,?> mid,
D rad)
Wireframe "euclidean" hypersphere
|
static <D extends NumberDistance<?,?>> |
drawLp(SVGPlot svgp,
Projection2D proj,
NumberVector<?,?> mid,
D rad,
double p)
Wireframe "Lp" hypersphere
|
static <D extends NumberDistance<?,?>> |
drawManhattan(SVGPlot svgp,
Projection2D proj,
NumberVector<?,?> mid,
D rad)
Wireframe "manhattan" hypersphere
|
public static final double EUCLIDEAN_KAPPA
public static <D extends NumberDistance<?,?>> Element drawManhattan(SVGPlot svgp, Projection2D proj, NumberVector<?,?> mid, D rad)
D - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radiuspublic static <D extends NumberDistance<?,?>> Element drawEuclidean(SVGPlot svgp, Projection2D proj, NumberVector<?,?> mid, D rad)
D - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radiuspublic static <D extends NumberDistance<?,?>> Element drawLp(SVGPlot svgp, Projection2D proj, NumberVector<?,?> mid, D rad, double p)
D - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radiusp - L_p valuepublic static <D extends NumberDistance<?,?>> Element drawCross(SVGPlot svgp, Projection2D proj, NumberVector<?,?> mid, D rad)
D - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radius