|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.chart3D.engine.PlaneMapper3D
public class PlaneMapper3D extends java.lang.Object implements PlaneMapper, java.io.Serializable
Trivial plane mapper, which maps (x,y, z) coordinate pairs to Point3D objects.
| Constructor and Description |
|---|
PlaneMapper3D()
|
| Modifier and Type | Method and Description |
|---|---|
GeneralPoint |
map(double x,
double y)
Maps a 2-dimensional point for a specified 3D coordinate values. |
GeneralPoint |
map(double x,
double y,
double z)
Maps a 3-dimensional point for a specified 3D coordinate values. |
GeneralPoint |
map(double x,
double y,
double z,
GeneralPoint template)
Creates a 3-dimensional point for a specified 3D coordinate values. |
GeneralPoint |
map(double x,
double y,
GeneralPoint template)
Creates a 2-dimensional point for a specified 3D coordinate values. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlaneMapper3D()
| Method Detail |
|---|
public GeneralPoint map(double x,
double y)
map in interface PlaneMapperx - x coordinate value in range [0,1]y - y coordinate value in range [0,1]Point3D
public GeneralPoint map(double x,
double y,
GeneralPoint template)
Point3D template is used, to avoid unnecessary object creation.
map in interface PlaneMapperx - x coordinate value in range [0,1]y - y coordinate value in range [0,1]template - Point3D template
public GeneralPoint map(double x,
double y,
double z)
x - x coordinate value in range [0,1]y - y coordinate value in range [0,1]z - z coordinate value in range [0,1]Point3D
public GeneralPoint map(double x,
double y,
double z,
GeneralPoint template)
Point3D template is used, to avoid unnecessary object creation.
x - x coordinate value in range [0,1]y - y coordinate value in range [0,1]z - z coordinate value in range [0,1]template - Point3D template
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||