JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(double[] x,
double[] y,
double[] z) |
Draws a curve representation of x , y and z
( xi = x[i], yi = y[i], zi = z[i] ) ).
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(double[] x,
double[] y,
double[] z,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(double[] x,
double[] y,
double[] z,
Color color,
float lineWidth) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(double[] x,
double[] y,
double[] z,
Color color,
int lineType) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(double[] x,
double[] y,
double[] z,
Color color,
int lineType,
float lineWidth) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(double[] x,
double[] y,
double[] z,
Color color,
Stroke stroke) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(Jxn3DPainter painter3D) |
Shows an additional 3D-object in this JxnPerspectivePlotFrame .
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(Jxn3DPainter[] painter3dArray) |
Shows additional 3D-objects in this JxnPerspectivePlotFrame .
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra[] rxyz) |
Draws a curve representation of rxyz = { rx, ry, rz } .
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra[] rxyz,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra[] rxyz,
Color color,
float lineWidth) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra[] rxyz,
Color color,
int lineType) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra[] rxyz,
Color color,
int lineType,
float lineWidth) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra[] rxyz,
Color color,
Stroke stroke) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz) |
Draws a curve representation of rx , ry and rz
( xi = rx.value[i], yi = ry.value[i], zi = rz.value[i] ) ) in 3D-space.
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz,
Color color,
float lineWidth) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz,
Color color,
int lineType) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz,
Color color,
int lineType,
float lineWidth) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnRealArrayAlgebra rx,
JxnRealArrayAlgebra ry,
JxnRealArrayAlgebra rz,
Color color,
Stroke stroke) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v) |
Draws an arrow representation of v (starting from (0,0,0)).
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra[] v0,
JxnVectorAlgebra[] v1,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v,
String label) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v,
String label,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v0,
JxnVectorAlgebra v1) |
Draws an arrow representation for v1 starting from the position given by v0 .
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v0,
JxnVectorAlgebra v1,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v0,
JxnVectorAlgebra v1,
String label) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.add(JxnVectorAlgebra v0,
JxnVectorAlgebra v1,
String label,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.apnd(JxnVectorAlgebra v) |
Draws an arrow representation for v starting from the tip of the previously drawn vector.
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.apnd(JxnVectorAlgebra v,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.apnd(JxnVectorAlgebra v,
String label) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.apnd(JxnVectorAlgebra v,
String label,
Color color) |
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.box() |
Draws a box for the tip of the most recently added vector.
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.box(JxnVectorAlgebra v) |
Draws a box for v.
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.box(JxnVectorAlgebra v0,
JxnVectorAlgebra v1) |
Draws a box for v1.
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.plot(IKmg3DProjection p3d) |
Called internally...
|
JxnPerspectivePlotFrame |
JxnPerspectivePlotFrame.plot(IKmg3DProjection p3d,
double size) |
Called internally...
|
static JxnPerspectivePlotFrame |
JxnUtilities.plot(IKmg3DProjection p3d) |
Creates a JxnPerspectivePlotFrame for the three-dimensional display of vectors and curves.
|
static JxnPerspectivePlotFrame |
JxnUtilities.plot(IKmg3DProjection p3d,
double size) |
Creates a JxnPerspectivePlotFrame for the three-dimensional display of vectors and curves.
|