Package | Description |
---|---|
org.jzy3d.contour | |
org.jzy3d.plot3d.primitives.axes |
Modifier and Type | Method and Description |
---|---|
protected ContourMesh |
MapperContourMeshGenerator.computeMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
double[][] contours,
float planeAxe) |
ContourMesh |
MapperContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
double[] sortedLevels,
float planeAxe,
boolean writeText)
Extracts contour lines from the contour dots matrix of contours at
user-defined Heigths in sortedLevels
|
ContourMesh |
IContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
double[] sortedLevels,
float planeAxe,
boolean writeText) |
ContourMesh |
MapperContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels,
float planeAxe,
boolean writeText)
Extracts contour lines from the contour dots matrix of nLevels number of
contours.
|
ContourMesh |
IContourMeshGenerator.getContourMesh(IContourColoringPolicy policy,
int xRes,
int yRes,
int nLevels,
float planeAxe,
boolean writeText) |
Modifier and Type | Field and Description |
---|---|
protected ContourMesh |
ContourAxeBox.mesh |
Modifier and Type | Method and Description |
---|---|
ContourMesh |
ContourAxeBox.getContourMesh() |
Modifier and Type | Method and Description |
---|---|
void |
ContourAxeBox.drawMesh(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
Camera camera,
ContourMesh mesh) |
void |
ContourAxeBox.setContourMesh(ContourMesh contour) |
Copyright © 2016. All rights reserved.