Package org.jzy3d.plot3d.primitives
Class Surface
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.Surface
-
public class Surface extends Object
A helper to generate drawable surfaces.- Author:
- Martin Pernollet
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEFAULT_FACE_DISPLAYED
static boolean
DEFAULT_WIREFRAME_DISPLAYED
-
Constructor Summary
Constructors Constructor Description Surface()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Shape
shape(List<Coord3d> coordinates, IColorMap colormap, float alpha)
static Shape
shape(Mapper f1, Range xyRange, int steps, IColorMap colormap, float alpha)
static Shape
shape(Mapper f1, Range xRange, Range yRange, int steps, IColorMap colormap, float alpha)
-