
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 <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> |
drawCross(SVGPlot svgp,
Projection2D proj,
V mid,
D rad)
Wireframe "cross" hypersphere
|
static <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> |
drawEuclidean(SVGPlot svgp,
Projection2D proj,
V mid,
D rad)
Wireframe "euclidean" hypersphere
|
static <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> |
drawLp(SVGPlot svgp,
Projection2D proj,
V mid,
D rad,
double p)
Wireframe "Lp" hypersphere
|
static <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> |
drawManhattan(SVGPlot svgp,
Projection2D proj,
V mid,
D rad)
Wireframe "manhattan" hypersphere
|
public static final double EUCLIDEAN_KAPPA
public static <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> Element drawManhattan(SVGPlot svgp, Projection2D proj, V mid, D rad)
V - vector typeD - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radiuspublic static <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> Element drawEuclidean(SVGPlot svgp, Projection2D proj, V mid, D rad)
V - vector typeD - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radiuspublic static <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> Element drawLp(SVGPlot svgp, Projection2D proj, V mid, D rad, double p)
V - vector typeD - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radiusp - L_p valuepublic static <V extends NumberVector<V,?>,D extends NumberDistance<?,?>> Element drawCross(SVGPlot svgp, Projection2D proj, V mid, D rad)
V - vector typeD - radiussvgp - SVG Plotproj - Visualization projectionmid - mean vectorrad - radius