|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IVectorObject
public class IVectorObject
Class only to visualize IVecI.
| Field Summary | |
|---|---|
IVecI |
root
|
IVecI |
vec
|
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
IVectorObject(IServerI s,
IVecI vec)
|
|
IVectorObject(IServerI s,
IVecI vec,
IVecI root)
|
|
IVectorObject(IServerI s,
IVectorObject vobj)
|
|
IVectorObject(IVecI vec)
|
|
IVectorObject(IVecI vec,
IVecI root)
|
|
IVectorObject(IVectorObject vobj)
|
|
| Method Summary | |
|---|---|
IVectorObject |
add(double x,
double y,
double z)
|
IVectorObject |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVectorObject |
add(IVecI v)
|
IVectorObject |
add(IVecI v,
double f)
scale add |
IVectorObject |
add(IVecI v,
IDoubleI f)
|
double |
angle(ISwitchE e,
IVecI v)
|
double |
angle(ISwitchE e,
IVecI v,
IVecI axis)
|
IDoubleI |
angle(ISwitchR r,
IVecI v)
|
IDoubleI |
angle(ISwitchR r,
IVecI v,
IVecI axis)
|
double |
angle(IVecI v)
|
double |
angle(IVecI v,
IVecI axis)
|
IVecI |
bisect(IVecI v)
|
IVectorObject |
clr(java.awt.Color c)
|
IVectorObject |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IVectorObject |
clr(double dgray)
|
IVectorObject |
clr(double dgray,
double dalpha)
|
IVectorObject |
clr(double dr,
double dg,
double db)
|
IVectorObject |
clr(double dr,
double dg,
double db,
double da)
|
IVectorObject |
clr(float fgray)
|
IVectorObject |
clr(float fgray,
float falpha)
|
IVectorObject |
clr(float fr,
float fg,
float fb)
|
IVectorObject |
clr(float fr,
float fg,
float fb,
float fa)
|
IVectorObject |
clr(int gray)
|
IVectorObject |
clr(int gray,
int alpha)
|
IVectorObject |
clr(int r,
int g,
int b)
|
IVectorObject |
clr(int r,
int g,
int b,
int a)
|
IVectorObject |
cp()
cp() is alias of dup() |
IVectorObject |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IVectorObject |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVectorObject |
cp(IVecI v)
|
IGraphicObject |
createGraphic(IGraphicMode m)
|
IVecI |
cross(IVecI v)
cross product creates a new instance |
IVecI |
diff(IVecI v)
|
double |
dist(ISwitchE e,
IVecI v)
|
IDoubleI |
dist(ISwitchR r,
IVecI v)
|
double |
dist(IVecI v)
|
double |
dist2(ISwitchE e,
IVecI v)
|
IDoubleI |
dist2(ISwitchR r,
IVecI v)
|
double |
dist2(IVecI v)
squared distance |
IVectorObject |
div(double v)
|
IVectorObject |
div(IDoubleI v)
|
double |
dot(ISwitchE e,
IVecI v)
|
IDoubleI |
dot(ISwitchR r,
IVecI v)
|
double |
dot(IVecI v)
|
IVectorObject |
dup()
duplicate object |
boolean |
eq(ISwitchE e,
IVecI v)
|
boolean |
eq(ISwitchE e,
IVecI v,
double resolution)
|
IBoolI |
eq(ISwitchR r,
IVecI v)
|
IBoolI |
eq(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eq(IVecI v)
whether location is same or not |
boolean |
eq(IVecI v,
double resolution)
|
boolean |
eqX(ISwitchE e,
IVecI v)
|
boolean |
eqX(ISwitchE e,
IVecI v,
double resolution)
|
IBoolI |
eqX(ISwitchR r,
IVecI v)
|
IBoolI |
eqX(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqX(IVecI v)
|
boolean |
eqX(IVecI v,
double resolution)
|
boolean |
eqY(ISwitchE e,
IVecI v)
|
boolean |
eqY(ISwitchE e,
IVecI v,
double resolution)
|
IBoolI |
eqY(ISwitchR r,
IVecI v)
|
IBoolI |
eqY(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqY(IVecI v)
|
boolean |
eqY(IVecI v,
double resolution)
|
boolean |
eqZ(ISwitchE e,
IVecI v)
|
boolean |
eqZ(ISwitchE e,
IVecI v,
double resolution)
|
IBoolI |
eqZ(ISwitchR r,
IVecI v)
|
IBoolI |
eqZ(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqZ(IVecI v)
|
boolean |
eqZ(IVecI v,
double resolution)
|
IVectorObject |
flip()
alias of neg |
IVec |
get()
|
double |
getSize()
|
IDoubleI |
getX()
|
IDoubleI |
getY()
|
IDoubleI |
getZ()
|
IVectorObject |
hide()
|
IVectorObject |
hsb(double h,
double s,
double b)
|
IVectorObject |
hsb(double h,
double s,
double b,
double a)
|
IVectorObject |
hsb(float h,
float s,
float b)
|
IVectorObject |
hsb(float h,
float s,
float b,
float a)
|
protected void |
initVector(IServerI s)
|
boolean |
isValid()
checking parameters validity. |
IVectorObject |
layer(ILayer l)
|
double |
len()
|
IVectorObject |
len(double l)
|
IVectorObject |
len(IDoubleI l)
|
double |
len(ISwitchE e)
|
IDoubleI |
len(ISwitchR r)
|
double |
len2()
square of length |
double |
len2(ISwitchE e)
|
IDoubleI |
len2(ISwitchR r)
|
IVecI |
mid(IVecI v)
|
IVectorObject |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IVectorObject |
mirror(IVecI center,
IVecI planeDir)
|
IVectorObject |
mul(double v)
|
IVectorObject |
mul(IDoubleI v)
|
IVectorObject |
mv(double x,
double y,
double z)
mv() is alias of add() |
IVectorObject |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVectorObject |
mv(IVecI v)
|
IVectorObject |
name(java.lang.String nm)
|
IVectorObject |
neg()
|
IVecI |
nml(IVecI v)
alias of cross. |
IVecI |
nml(IVecI pt1,
IVecI pt2)
create normal vector from 3 points of self, pt1 and pt2 |
IVectorObject |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IVectorObject |
ref(IVecI center,
IVecI planeDir)
|
IVectorObject |
rev()
alias of neg() |
IVecI |
root()
|
IVectorObject |
root(IVecI v)
|
IVectorObject |
rot(IVecI axis,
double angle)
|
IVectorObject |
rot(IVecI axis,
IDoubleI angle)
|
IVectorObject |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IVectorObject |
rot(IVecI center,
IVecI axis,
double angle)
|
IVectorObject |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
|
IVectorObject |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IVectorObject |
scale(double f)
|
IVectorObject |
scale(IDoubleI f)
alias of mul |
IVectorObject |
scale(IVecI center,
double f)
|
IVectorObject |
scale(IVecI center,
IDoubleI f)
|
IVectorObject |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IVectorObject |
scale1d(IVecI axis,
IDoubleI f)
|
IVectorObject |
scale1d(IVecI center,
IVecI axis,
double f)
|
IVectorObject |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IVectorObject |
set(double x,
double y,
double z)
|
IVectorObject |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVectorObject |
set(IVecI v)
|
IVectorObject |
setColor(java.awt.Color c)
|
IVectorObject |
setColor(java.awt.Color c,
int alpha)
|
IVectorObject |
setColor(double dgray)
|
IVectorObject |
setColor(double dgray,
double dalpha)
|
IVectorObject |
setColor(double dr,
double dg,
double db)
|
IVectorObject |
setColor(double dr,
double dg,
double db,
double da)
|
IVectorObject |
setColor(float fgray)
|
IVectorObject |
setColor(float fgray,
float falpha)
|
IVectorObject |
setColor(float fr,
float fg,
float fb)
|
IVectorObject |
setColor(float fr,
float fg,
float fb,
float fa)
|
IVectorObject |
setColor(int gray)
|
IVectorObject |
setColor(int gray,
int alpha)
|
IVectorObject |
setColor(int r,
int g,
int b)
|
IVectorObject |
setColor(int r,
int g,
int b,
int a)
|
IVectorObject |
setHSBColor(double h,
double s,
double b)
|
IVectorObject |
setHSBColor(double h,
double s,
double b,
double a)
|
IVectorObject |
setHSBColor(float h,
float s,
float b)
|
IVectorObject |
setHSBColor(float h,
float s,
float b,
float a)
|
IVectorObject |
setSize(double sz)
set size of dot in graphic |
IVectorObject |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IVectorObject |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVectorObject |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IVectorObject |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IVectorObject |
shearXY(double sxy,
double syx)
|
IVectorObject |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IVectorObject |
shearXY(IVecI center,
double sxy,
double syx)
|
IVectorObject |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IVectorObject |
shearYZ(double syz,
double szy)
|
IVectorObject |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IVectorObject |
shearYZ(IVecI center,
double syz,
double szy)
|
IVectorObject |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IVectorObject |
shearZX(double szx,
double sxz)
|
IVectorObject |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IVectorObject |
shearZX(IVecI center,
double szx,
double sxz)
|
IVectorObject |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IVectorObject |
show()
|
double |
size()
|
IVectorObject |
size(double sz)
|
IVectorObject |
sub(double x,
double y,
double z)
|
IVectorObject |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVectorObject |
sub(IVecI v)
|
IVecI |
sum(IVecI... v)
|
IVecI |
sum(IVecI v)
|
IVecI |
sum(IVecI v2,
double w2)
|
IVecI |
sum(IVecI v2,
double w1,
double w2)
weighted sum |
IVecI |
sum(IVecI v2,
IDoubleI w2)
|
IVecI |
sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
|
IVec2I |
to2d()
|
IVec4I |
to4d()
|
IVec4I |
to4d(double w)
|
IVec4I |
to4d(IDoubleI w)
|
IVectorObject |
transform(IMatrix3I mat)
|
IVectorObject |
transform(IMatrix4I mat)
|
IVectorObject |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IVectorObject |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IVectorObject |
translate(double x,
double y,
double z)
translate is alias of add() |
IVectorObject |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IVectorObject |
translate(IVecI v)
|
IVectorObject |
unit()
|
IVecI |
vector()
|
IVectorObject |
vector(IVecI v)
|
double |
x()
|
double |
y()
|
double |
z()
|
| Methods inherited from class igeo.IObject |
|---|
addDynamics, attr, attr, clearDynamics, clearGraphics, clr, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, initGraphic, initObject, isVisible, layer, name, resetGraphic, server, setParameter, syncColor, updateGraphic, visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IVecI vec
public IVecI root
| Constructor Detail |
|---|
public IVectorObject(IServerI s,
IVecI vec)
public IVectorObject(IVecI vec)
public IVectorObject(IServerI s,
IVecI vec,
IVecI root)
public IVectorObject(IVecI vec,
IVecI root)
public IVectorObject(IServerI s,
IVectorObject vobj)
public IVectorObject(IVectorObject vobj)
| Method Detail |
|---|
public IVecI vector()
public IVectorObject vector(IVecI v)
public IVecI root()
public IVectorObject root(IVecI v)
protected void initVector(IServerI s)
public IGraphicObject createGraphic(IGraphicMode m)
createGraphic in class IObjectpublic double x()
x in interface IVecIpublic double y()
y in interface IVecIpublic double z()
z in interface IVecIpublic IVec get()
get in interface IParameterget in interface IVecIget in interface IVecOppublic IVectorObject dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IObjectpublic IVec2I to2d()
to2d in interface IVecIpublic IVec4I to4d()
to4d in interface IVecIpublic IVec4I to4d(double w)
to4d in interface IVecIpublic IVec4I to4d(IDoubleI w)
to4d in interface IVecIpublic IDoubleI getX()
getX in interface IVecIpublic IDoubleI getY()
getY in interface IVecIpublic IDoubleI getZ()
getZ in interface IVecIpublic IVectorObject set(IVecI v)
set in interface IVecI
public IVectorObject set(double x,
double y,
double z)
set in interface IVecI
public IVectorObject set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecI
public IVectorObject add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecI
public IVectorObject add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIpublic IVectorObject add(IVecI v)
add in interface ITransformableadd in interface IVecI
public IVectorObject sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecI
public IVectorObject sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIpublic IVectorObject sub(IVecI v)
sub in interface ITransformablesub in interface IVecIpublic IVectorObject mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecIpublic IVectorObject mul(double v)
mul in interface ITransformablemul in interface IVecIpublic IVectorObject div(IDoubleI v)
div in interface ITransformablediv in interface IVecIpublic IVectorObject div(double v)
div in interface ITransformablediv in interface IVecIpublic IVectorObject neg()
neg in interface ITransformableneg in interface IVecIpublic IVectorObject rev()
IVecI
rev in interface IVecIpublic IVectorObject flip()
ITransformable
flip in interface ITransformableflip in interface IVecI
public IVectorObject add(IVecI v,
double f)
ITransformable
add in interface ITransformableadd in interface IVecI
public IVectorObject add(IVecI v,
IDoubleI f)
add in interface ITransformableadd in interface IVecIpublic double dot(IVecI v)
dot in interface IVecI
public double dot(ISwitchE e,
IVecI v)
dot in interface IVecI
public IDoubleI dot(ISwitchR r,
IVecI v)
dot in interface IVecIpublic IVecI cross(IVecI v)
IVecI
cross in interface IVecIpublic double len()
len in interface IVecIpublic double len(ISwitchE e)
len in interface IVecIpublic IDoubleI len(ISwitchR r)
len in interface IVecIpublic double len2()
IVecI
len2 in interface IVecIpublic double len2(ISwitchE e)
len2 in interface IVecIpublic IDoubleI len2(ISwitchR r)
len2 in interface IVecIpublic IVectorObject len(IDoubleI l)
len in interface IVecIpublic IVectorObject len(double l)
len in interface IVecIpublic IVectorObject unit()
unit in interface IVecIpublic double dist(IVecI v)
dist in interface IVecI
public double dist(ISwitchE e,
IVecI v)
dist in interface IVecI
public IDoubleI dist(ISwitchR r,
IVecI v)
dist in interface IVecIpublic double dist2(IVecI v)
IVecI
dist2 in interface IVecI
public double dist2(ISwitchE e,
IVecI v)
dist2 in interface IVecI
public IDoubleI dist2(ISwitchR r,
IVecI v)
dist2 in interface IVecIpublic boolean eq(IVecI v)
IVecI
eq in interface IVecI
public boolean eq(ISwitchE e,
IVecI v)
eq in interface IVecI
public IBoolI eq(ISwitchR r,
IVecI v)
eq in interface IVecI
public boolean eq(IVecI v,
double resolution)
eq in interface IVecI
public boolean eq(ISwitchE e,
IVecI v,
double resolution)
eq in interface IVecI
public IBoolI eq(ISwitchR r,
IVecI v,
IDoubleI resolution)
eq in interface IVecIpublic boolean eqX(IVecI v)
eqX in interface IVecIpublic boolean eqY(IVecI v)
eqY in interface IVecIpublic boolean eqZ(IVecI v)
eqZ in interface IVecI
public boolean eqX(ISwitchE e,
IVecI v)
eqX in interface IVecI
public boolean eqY(ISwitchE e,
IVecI v)
eqY in interface IVecI
public boolean eqZ(ISwitchE e,
IVecI v)
eqZ in interface IVecI
public IBoolI eqX(ISwitchR r,
IVecI v)
eqX in interface IVecI
public IBoolI eqY(ISwitchR r,
IVecI v)
eqY in interface IVecI
public IBoolI eqZ(ISwitchR r,
IVecI v)
eqZ in interface IVecI
public boolean eqX(IVecI v,
double resolution)
eqX in interface IVecI
public boolean eqY(IVecI v,
double resolution)
eqY in interface IVecI
public boolean eqZ(IVecI v,
double resolution)
eqZ in interface IVecI
public boolean eqX(ISwitchE e,
IVecI v,
double resolution)
eqX in interface IVecI
public boolean eqY(ISwitchE e,
IVecI v,
double resolution)
eqY in interface IVecI
public boolean eqZ(ISwitchE e,
IVecI v,
double resolution)
eqZ in interface IVecI
public IBoolI eqX(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqX in interface IVecI
public IBoolI eqY(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqY in interface IVecI
public IBoolI eqZ(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqZ in interface IVecIpublic double angle(IVecI v)
angle in interface IVecI
public double angle(ISwitchE e,
IVecI v)
angle in interface IVecI
public IDoubleI angle(ISwitchR r,
IVecI v)
angle in interface IVecI
public double angle(IVecI v,
IVecI axis)
angle in interface IVecIaxis - axis to determin sign of angle following right-handed screw rule.
public double angle(ISwitchE e,
IVecI v,
IVecI axis)
angle in interface IVecI
public IDoubleI angle(ISwitchR r,
IVecI v,
IVecI axis)
angle in interface IVecI
public IVectorObject rot(IVecI axis,
IDoubleI angle)
rot in interface ITransformablerot in interface IVecI
public IVectorObject rot(IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IVectorObject rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IVectorObject rot(IVecI center,
IVecI axis,
IDoubleI angle)
rot in interface ITransformablerot in interface IVecI
public IVectorObject rot(IVecI axis,
IVecI destDir)
rot in interface ITransformablerot in interface IVecI
public IVectorObject rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ITransformablerot in interface IVecIpublic IVectorObject scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIpublic IVectorObject scale(double f)
scale in interface ITransformablescale in interface IVecI
public IVectorObject scale(IVecI center,
IDoubleI f)
scale in interface ITransformablescale in interface IVecI
public IVectorObject scale(IVecI center,
double f)
scale in interface ITransformablescale in interface IVecI
public IVectorObject scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVectorObject scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVectorObject scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IVectorObject scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIpublic IVectorObject ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecI
public IVectorObject ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIpublic IVectorObject mirror(IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecI
public IVectorObject mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecI
public IVectorObject shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IVectorObject shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IVectorObject shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IVectorObject shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IVectorObject shearXY(double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVectorObject shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVectorObject shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVectorObject shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IVectorObject shearYZ(double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVectorObject shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVectorObject shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVectorObject shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IVectorObject shearZX(double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVectorObject shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVectorObject shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVectorObject shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IVectorObject translate(double x,
double y,
double z)
translate in interface ITransformabletranslate in interface IVecI
public IVectorObject translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ITransformabletranslate in interface IVecIpublic IVectorObject translate(IVecI v)
translate in interface ITransformabletranslate in interface IVecI
public IVectorObject mv(double x,
double y,
double z)
mv in interface ITransformablemv in interface IVecI
public IVectorObject mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablemv in interface IVecIpublic IVectorObject mv(IVecI v)
mv in interface ITransformablemv in interface IVecIpublic IVectorObject cp()
cp in interface ITransformablecp in interface IVecIcp in class IObject
public IVectorObject cp(double x,
double y,
double z)
cp in interface ITransformablecp in interface IVecI
public IVectorObject cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablecp in interface IVecIpublic IVectorObject cp(IVecI v)
cp in interface ITransformablecp in interface IVecIpublic IVectorObject transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecIpublic IVectorObject transform(IMatrix4I mat)
transform in interface ITransformabletransform in interface IVecI
public IVectorObject transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformabletransform in interface IVecI
public IVectorObject transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ITransformabletransform in interface IVecIpublic IVecI diff(IVecI v)
diff in interface IVecIpublic IVecI mid(IVecI v)
mid in interface IVecIpublic IVecI sum(IVecI v)
sum in interface IVecIpublic IVecI sum(IVecI... v)
sum in interface IVecIpublic IVecI bisect(IVecI v)
bisect in interface IVecI
public IVecI sum(IVecI v2,
double w1,
double w2)
sum in interface IVecI
public IVecI sum(IVecI v2,
double w2)
sum in interface IVecI
public IVecI sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
sum in interface IVecI
public IVecI sum(IVecI v2,
IDoubleI w2)
sum in interface IVecIpublic IVecI nml(IVecI v)
nml in interface IVecI
public IVecI nml(IVecI pt1,
IVecI pt2)
nml in interface IVecIpublic boolean isValid()
IObject
isValid in interface IVecIisValid in class IObjectpublic IVectorObject setSize(double sz)
public IVectorObject size(double sz)
public double getSize()
public double size()
public IVectorObject name(java.lang.String nm)
name in class IObjectpublic IVectorObject layer(ILayer l)
layer in class IObjectpublic IVectorObject hide()
hide in class IObjectpublic IVectorObject show()
show in class IObjectpublic IVectorObject clr(java.awt.Color c)
clr in class IObject
public IVectorObject clr(java.awt.Color c,
int alpha)
IObject
clr in class IObjectpublic IVectorObject clr(int gray)
clr in class IObjectpublic IVectorObject clr(float fgray)
clr in class IObjectpublic IVectorObject clr(double dgray)
clr in class IObject
public IVectorObject clr(int gray,
int alpha)
clr in class IObject
public IVectorObject clr(float fgray,
float falpha)
clr in class IObject
public IVectorObject clr(double dgray,
double dalpha)
clr in class IObject
public IVectorObject clr(int r,
int g,
int b)
clr in class IObject
public IVectorObject clr(float fr,
float fg,
float fb)
clr in class IObject
public IVectorObject clr(double dr,
double dg,
double db)
clr in class IObject
public IVectorObject clr(int r,
int g,
int b,
int a)
clr in class IObject
public IVectorObject clr(float fr,
float fg,
float fb,
float fa)
clr in class IObject
public IVectorObject clr(double dr,
double dg,
double db,
double da)
clr in class IObject
public IVectorObject hsb(float h,
float s,
float b,
float a)
hsb in class IObject
public IVectorObject hsb(double h,
double s,
double b,
double a)
hsb in class IObject
public IVectorObject hsb(float h,
float s,
float b)
hsb in class IObject
public IVectorObject hsb(double h,
double s,
double b)
hsb in class IObjectpublic IVectorObject setColor(java.awt.Color c)
setColor in class IObject
public IVectorObject setColor(java.awt.Color c,
int alpha)
setColor in class IObjectpublic IVectorObject setColor(int gray)
setColor in class IObjectpublic IVectorObject setColor(float fgray)
setColor in class IObjectpublic IVectorObject setColor(double dgray)
setColor in class IObject
public IVectorObject setColor(int gray,
int alpha)
setColor in class IObject
public IVectorObject setColor(float fgray,
float falpha)
setColor in class IObject
public IVectorObject setColor(double dgray,
double dalpha)
setColor in class IObject
public IVectorObject setColor(int r,
int g,
int b)
setColor in class IObject
public IVectorObject setColor(float fr,
float fg,
float fb)
setColor in class IObject
public IVectorObject setColor(double dr,
double dg,
double db)
setColor in class IObject
public IVectorObject setColor(int r,
int g,
int b,
int a)
setColor in class IObject
public IVectorObject setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IObject
public IVectorObject setColor(double dr,
double dg,
double db,
double da)
setColor in class IObject
public IVectorObject setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IObject
public IVectorObject setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IObject
public IVectorObject setHSBColor(float h,
float s,
float b)
setHSBColor in class IObject
public IVectorObject setHSBColor(double h,
double s,
double b)
setHSBColor in class IObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||