public class Surface extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_FACE_DISPLAYED |
static boolean |
DEFAULT_WIREFRAME_DISPLAYED |
Constructor and Description |
---|
Surface() |
Modifier and Type | Method and 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) |
public static boolean DEFAULT_FACE_DISPLAYED
public static boolean DEFAULT_WIREFRAME_DISPLAYED
Copyright © 2018. All rights reserved.