|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IPointR
public class IPointR
Reference class of a point object to contain any instance of IVecI.
| Field Summary | |
|---|---|
IVecI |
pos
|
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
IPointR()
|
|
IPointR(double x,
double y,
double z)
|
|
IPointR(IPointR p)
|
|
IPointR(IServerI s)
|
|
IPointR(IServerI s,
double x,
double y,
double z)
|
|
IPointR(IServerI s,
IPointR p)
|
|
IPointR(IServerI s,
IVecI v)
|
|
IPointR(IVecI v)
|
|
| Method Summary | |
|---|---|
IPointR |
add(double x,
double y,
double z)
|
IPointR |
add(double f,
IVecI v)
scale add alias |
IPointR |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointR |
add(IDoubleI f,
IVecI v)
scale add alias |
IPointR |
add(IVecI v)
|
IPointR |
add(IVecI v,
double f)
scale add |
IPointR |
add(IVecI v,
IDoubleI f)
scale add |
double |
angle(double vx,
double vy,
double vz)
get angle between two vector from 0 to Pi |
double |
angle(double vx,
double vy,
double vz,
double axisX,
double axisY,
double axisZ)
|
double |
angle(ISwitchE e,
IVecI v)
get angle between two vector from 0 to Pi |
double |
angle(ISwitchE e,
IVecI v,
IVecI axis)
|
IDoubleI |
angle(ISwitchR r,
IVecI v)
get angle between two vector from 0 to Pi |
IDoubleI |
angle(ISwitchR r,
IVecI v,
IVecI axis)
|
double |
angle(IVecI v)
get angle between two vector from 0 to Pi |
double |
angle(IVecI v,
IVecI axis)
|
IVecI |
bisect(double vx,
double vy,
double vz)
create a new instance of bisector |
IVecI |
bisect(IVecI v)
create a new instance of bisector |
IVecI |
center()
center is same with position |
IPointR |
clr(java.awt.Color c)
|
IPointR |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IPointR |
clr(double dgray)
|
IPointR |
clr(double dgray,
double dalpha)
|
IPointR |
clr(double dr,
double dg,
double db)
|
IPointR |
clr(double dr,
double dg,
double db,
double da)
|
IPointR |
clr(float fgray)
|
IPointR |
clr(float fgray,
float falpha)
|
IPointR |
clr(float fr,
float fg,
float fb)
|
IPointR |
clr(float fr,
float fg,
float fb,
float fa)
|
IPointR |
clr(int gray)
|
IPointR |
clr(int gray,
int alpha)
|
IPointR |
clr(int r,
int g,
int b)
|
IPointR |
clr(int r,
int g,
int b,
int a)
|
IPointR |
cp()
cp() is alias of dup() |
IPointR |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IPointR |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add() |
IPointR |
cp(IVecI v)
cp() is alias of dup().add() |
IGraphicObject |
createGraphic(IGraphicMode m)
|
IVecI |
cross(double vx,
double vy,
double vz)
cross product, creating a new instance |
IVecI |
cross(IVecI v)
cross product, creating a new instance |
IVecI |
dif(double vx,
double vy,
double vz)
create a new instance of difference |
IVecI |
dif(IVecI v)
create a new instance of difference |
IVecI |
diff(double vx,
double vy,
double vz)
alias of dif |
IVecI |
diff(IVecI v)
alias of dif |
double |
dist(double vx,
double vy,
double vz)
distance of two vectors |
double |
dist(ISwitchE e,
IVecI v)
distance of two vectors |
IDoubleI |
dist(ISwitchR r,
IVecI v)
distance of two vectors |
double |
dist(IVecI v)
distance of two vectors |
double |
dist2(double vx,
double vy,
double vz)
squared distance of two vectors |
double |
dist2(ISwitchE e,
IVecI v)
squared distance of two vectors |
IDoubleI |
dist2(ISwitchR r,
IVecI v)
squared distance of two vectors |
double |
dist2(IVecI v)
squared distance of two vectors |
IPointR |
div(double v)
|
IPointR |
div(IDoubleI v)
|
double |
dot(double vx,
double vy,
double vz)
dot product |
double |
dot(ISwitchE e,
IVecI v)
dot product |
IDoubleI |
dot(ISwitchR r,
IVecI v)
dot product |
double |
dot(IVecI v)
dot product |
IPointR |
dup()
duplicate object |
boolean |
eq(double vx,
double vy,
double vz)
check whether location is same or not |
boolean |
eq(double vx,
double vy,
double vz,
double tolerance)
check whether location is same or not with tolerance |
boolean |
eq(ISwitchE e,
IVecI v)
check whether location is same or not |
boolean |
eq(ISwitchE e,
IVecI v,
double tolerance)
check whether location is same or not with tolerance |
IBoolI |
eq(ISwitchR r,
IVecI v)
check whether location is same or not |
IBoolI |
eq(ISwitchR r,
IVecI v,
IDoubleI tolerance)
check whether location is same or not with tolerance |
boolean |
eq(IVecI v)
check whether location is same or not |
boolean |
eq(IVecI v,
double tolerance)
check whether location is same or not with tolerance |
boolean |
eqX(double vx)
check if same in X |
boolean |
eqX(double vx,
double tolerance)
check if same in X with tolerance |
boolean |
eqX(ISwitchE e,
IVecI v)
check if same in X |
boolean |
eqX(ISwitchE e,
IVecI v,
double tolerance)
check if same in X with tolerance |
IBoolI |
eqX(ISwitchR r,
IVecI v)
check if same in X |
IBoolI |
eqX(ISwitchR r,
IVecI v,
IDoubleI tolerance)
check if same in X with tolerance |
boolean |
eqX(IVecI v)
check if same in X |
boolean |
eqX(IVecI v,
double tolerance)
check if same in X with tolerance |
boolean |
eqY(double vy)
check if same in Y |
boolean |
eqY(double vy,
double tolerance)
check if same in Y with tolerance |
boolean |
eqY(ISwitchE e,
IVecI v)
check if same in Y |
boolean |
eqY(ISwitchE e,
IVecI v,
double tolerance)
check if same in Y with tolerance |
IBoolI |
eqY(ISwitchR r,
IVecI v)
check if same in Y |
IBoolI |
eqY(ISwitchR r,
IVecI v,
IDoubleI tolerance)
check if same in Y with tolerance |
boolean |
eqY(IVecI v)
check if same in Y |
boolean |
eqY(IVecI v,
double tolerance)
check if same in Y with tolerance |
boolean |
eqZ(double vz)
check if same in Z |
boolean |
eqZ(double vz,
double tolerance)
check if same in Z with tolerance |
boolean |
eqZ(ISwitchE e,
IVecI v)
check if same in Z |
boolean |
eqZ(ISwitchE e,
IVecI v,
double tolerance)
check if same in Z with tolerance |
IBoolI |
eqZ(ISwitchR r,
IVecI v)
check if same in Z |
IBoolI |
eqZ(ISwitchR r,
IVecI v,
IDoubleI tolerance)
check if same in Z with tolerance |
boolean |
eqZ(IVecI v)
check if same in Z |
boolean |
eqZ(IVecI v,
double tolerance)
check if same in Z with tolerance |
IPointR |
flip()
alias of neg |
IVec |
get()
|
double |
getSize()
|
IDoubleI |
getX()
|
IDoubleI |
getY()
|
IDoubleI |
getZ()
|
IPointR |
hide()
|
IPointR |
hsb(double h,
double s,
double b)
|
IPointR |
hsb(double h,
double s,
double b,
double a)
|
IPointR |
hsb(float h,
float s,
float b)
|
IPointR |
hsb(float h,
float s,
float b,
float a)
|
protected void |
initPoint(IServerI s)
|
boolean |
isValid()
checking x, y, and z is valid number (not Infinite, nor NaN). |
IPointR |
layer(ILayer l)
Set layer by ILayer object |
double |
len()
getting length of the vector |
IPointR |
len(double l)
setting length |
IPointR |
len(IDoubleI l)
setting length |
double |
len(ISwitchE e)
getting length of the vector |
IDoubleI |
len(ISwitchR r)
getting length of the vector |
double |
len2()
getting squared length of the vector |
double |
len2(ISwitchE e)
getting squared length of the vector |
IDoubleI |
len2(ISwitchR r)
getting squared length of the vector |
IVecI |
mid(double vx,
double vy,
double vz)
create a new instance of midpoint |
IVecI |
mid(IVecI v)
create a new instance of midpoint |
IPointR |
mirror(double planeX,
double planeY,
double planeZ)
alias of ref |
IPointR |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
alias of ref |
IPointR |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPointR |
mirror(IVecI center,
IVecI planeDir)
alias of ref |
IPointR |
mul(double v)
|
IPointR |
mul(IDoubleI v)
|
IPointR |
mv(double x,
double y,
double z)
mv() is alias of add() |
IPointR |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add() |
IPointR |
mv(IVecI v)
mv() is alias of add() |
IPointR |
name(java.lang.String nm)
|
IPointR |
neg()
|
IVecI |
nml(double vx,
double vy,
double vz)
alias of cross |
IVecI |
nml(double vx1,
double vy1,
double vz1,
double vx2,
double vy2,
double vz2)
create normal vector from 3 points of self, pt1 and pt2 |
IVecI |
nml(IVecI v)
alias of cross. |
IVecI |
nml(IVecI pt1,
IVecI pt2)
create normal vector from 3 points of self, pt1 and pt2 |
IVecI |
pos()
passing position field |
IPointR |
ref(double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IPointR |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect(mirror) 3 dimensionally to the other side of the plane |
IPointR |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPointR |
ref(IVecI center,
IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IPointR |
rev()
alias of neg() |
IPointR |
rot(double angle)
rotation on XY plane |
IPointR |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector |
IPointR |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point |
IPointR |
rot(IDoubleI angle)
rotation around z-axis and origin |
IPointR |
rot(IVecI axis,
double angle)
rotation around axis vector |
IPointR |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IPointR |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IPointR |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point |
IPointR |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IPointR |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IPointR |
rot2(double angle)
alias of rot(double) |
IPointR |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane |
IPointR |
rot2(IDoubleI angle)
alias of rot(IDoubleI) |
IPointR |
rot2(IVecI destDir)
rotation on xy-plane to destination direction vector |
IPointR |
rot2(IVecI center,
double angle)
rotation on xy-plane |
IPointR |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IPointR |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane to destination point location |
IPointR |
scale(double f)
alias of mul |
IPointR |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center |
IPointR |
scale(IDoubleI f)
alias of mul |
IPointR |
scale(IVecI center,
double f)
scale from a center |
IPointR |
scale(IVecI center,
IDoubleI f)
scale from a center |
IPointR |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction |
IPointR |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center |
IPointR |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IPointR |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction |
IPointR |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center |
IPointR |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center |
IPointR |
set(double x,
double y,
double z)
|
IPointR |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointR |
set(IVecI v)
|
IPointR |
setColor(java.awt.Color c)
|
IPointR |
setColor(java.awt.Color c,
int alpha)
|
IPointR |
setColor(double dgray)
|
IPointR |
setColor(double dgray,
double dalpha)
|
IPointR |
setColor(double dr,
double dg,
double db)
|
IPointR |
setColor(double dr,
double dg,
double db,
double da)
|
IPointR |
setColor(float fgray)
|
IPointR |
setColor(float fgray,
float falpha)
|
IPointR |
setColor(float fr,
float fg,
float fb)
|
IPointR |
setColor(float fr,
float fg,
float fb,
float fa)
|
IPointR |
setColor(int gray)
|
IPointR |
setColor(int gray,
int alpha)
|
IPointR |
setColor(int r,
int g,
int b)
|
IPointR |
setColor(int r,
int g,
int b,
int a)
|
IPointR |
setHSBColor(double h,
double s,
double b)
|
IPointR |
setHSBColor(double h,
double s,
double b,
double a)
|
IPointR |
setHSBColor(float h,
float s,
float b)
|
IPointR |
setHSBColor(float h,
float s,
float b,
float a)
|
IPointR |
setSize(double sz)
set size of dot in graphic |
IPointR |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IPointR |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IPointR |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IPointR |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation |
IPointR |
shearXY(double sxy,
double syx)
shear operation on XY |
IPointR |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IPointR |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY |
IPointR |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY |
IPointR |
shearYZ(double syz,
double szy)
shear operation on YZ |
IPointR |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IPointR |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ |
IPointR |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ |
IPointR |
shearZX(double szx,
double sxz)
shear operation on ZX |
IPointR |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IPointR |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX |
IPointR |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX |
IPointR |
show()
|
double |
size()
|
IPointR |
size(double sz)
|
IPointR |
sub(double x,
double y,
double z)
|
IPointR |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointR |
sub(IVecI v)
|
IVecI |
sum(double vx,
double vy,
double vz)
create a new instance of total summation |
IVecI |
sum(IVecI... v)
create a new instance of total summation |
IVecI |
sum(IVecI v)
create a new instance of total summation |
IVecI |
sum(IVecI v2,
double w2)
create a new instance of weighted sum |
IVecI |
sum(IVecI v2,
double w1,
double w2)
weighted sum. |
IVecI |
sum(IVecI v2,
IDoubleI w2)
create a new instance of weighted sum |
IVecI |
sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
create a new instance of weighted sum |
IVec2I |
to2d()
|
IVec4I |
to4d()
|
IVec4I |
to4d(double w)
|
IVec4I |
to4d(IDoubleI w)
|
IPointR |
transform(IMatrix3I mat)
transform with a transformation matrix |
IPointR |
transform(IMatrix4I mat)
transform with a transformation matrix |
IPointR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors |
IPointR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors |
IPointR |
translate(double x,
double y,
double z)
translate is alias of add() |
IPointR |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add() |
IPointR |
translate(IVecI v)
alias of add() |
IPointR |
unit()
unitize |
IPointR |
weight(double w)
|
IPointR |
weight(float w)
|
double |
x()
getting x component |
IPointR |
x(double vx)
setting x component |
IPointR |
x(IDoubleI vx)
setting x component |
double |
x(ISwitchE e)
getting x component |
IDoubleI |
x(ISwitchR r)
getting x component |
double |
y()
getting y component |
IPointR |
y(double vy)
setting y component |
IPointR |
y(IDoubleI vy)
setting y component |
double |
y(ISwitchE e)
getting y component |
IDoubleI |
y(ISwitchR r)
getting y component |
double |
z()
getting z component |
IPointR |
z(double vz)
setting z component |
IPointR |
z(IDoubleI vz)
setting z component |
double |
z(ISwitchE e)
getting z component |
IDoubleI |
z(ISwitchR r)
getting z component |
IPointR |
zero()
setting all zero |
| Methods inherited from class igeo.IObject |
|---|
addDynamics, alpha, alphaInt, attr, attr, attr, blue, blueInt, clearDynamics, clearGraphics, clr, clr, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, gray, grayInt, green, greenInt, greyInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, syncGraphic, syncWeight, updateGraphic, visible, weight |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IVecI pos
| Constructor Detail |
|---|
public IPointR()
public IPointR(IVecI v)
public IPointR(double x,
double y,
double z)
public IPointR(IServerI s)
public IPointR(IServerI s,
IVecI v)
public IPointR(IServerI s,
double x,
double y,
double z)
public IPointR(IPointR p)
public IPointR(IServerI s,
IPointR p)
| Method Detail |
|---|
protected void initPoint(IServerI s)
public IGraphicObject createGraphic(IGraphicMode m)
createGraphic in class IObjectpublic double x()
IVecI
x in interface IVecIpublic double y()
IVecI
y in interface IVecIpublic double z()
IVecI
z in interface IVecIpublic IPointR x(double vx)
IVecI
x in interface IVecIpublic IPointR y(double vy)
IVecI
y in interface IVecIpublic IPointR z(double vz)
IVecI
z in interface IVecIpublic IPointR x(IDoubleI vx)
IVecI
x in interface IVecIpublic IPointR y(IDoubleI vy)
IVecI
y in interface IVecIpublic IPointR z(IDoubleI vz)
IVecI
z in interface IVecIpublic double x(ISwitchE e)
IVecI
x in interface IVecIpublic double y(ISwitchE e)
IVecI
y in interface IVecIpublic double z(ISwitchE e)
IVecI
z in interface IVecIpublic IDoubleI x(ISwitchR r)
IVecI
x in interface IVecIpublic IDoubleI y(ISwitchR r)
IVecI
y in interface IVecIpublic IDoubleI z(ISwitchR r)
IVecI
z in interface IVecIpublic IVec get()
get in interface IParameterget in interface IVecIget in interface IVecOppublic IVecI pos()
public IVecI center()
public IPointR 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 IPointR set(IVecI v)
set in interface IVecI
public IPointR set(double x,
double y,
double z)
set in interface IVecI
public IPointR set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecI
public IPointR add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecI
public IPointR add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIpublic IPointR add(IVecI v)
add in interface ITransformableadd in interface IVecI
public IPointR sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecI
public IPointR sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIpublic IPointR sub(IVecI v)
sub in interface ITransformablesub in interface IVecIpublic IPointR mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecIpublic IPointR mul(double v)
mul in interface ITransformablemul in interface IVecIpublic IPointR div(IDoubleI v)
div in interface ITransformablediv in interface IVecIpublic IPointR div(double v)
div in interface ITransformablediv in interface IVecIpublic IPointR neg()
neg in interface ITransformableneg in interface IVecIpublic IPointR rev()
IVecI
rev in interface IVecIpublic IPointR flip()
ITransformable
flip in interface ITransformableflip in interface IVecIpublic IPointR zero()
IVecI
zero in interface IVecI
public IPointR add(IVecI v,
double f)
add in interface ITransformableadd in interface IVecI
public IPointR add(IVecI v,
IDoubleI f)
add in interface ITransformableadd in interface IVecI
public IPointR add(double f,
IVecI v)
add in interface ITransformableadd in interface IVecI
public IPointR add(IDoubleI f,
IVecI v)
add in interface ITransformableadd in interface IVecIpublic double dot(IVecI v)
IVecI
dot in interface IVecI
public double dot(double vx,
double vy,
double vz)
IVecI
dot in interface IVecI
public double dot(ISwitchE e,
IVecI v)
IVecI
dot in interface IVecI
public IDoubleI dot(ISwitchR r,
IVecI v)
IVecI
dot in interface IVecIpublic IVecI cross(IVecI v)
IVecI
cross in interface IVecI
public IVecI cross(double vx,
double vy,
double vz)
IVecI
cross in interface IVecIpublic double len()
IVecI
len in interface IVecIpublic double len(ISwitchE e)
IVecI
len in interface IVecIpublic IDoubleI len(ISwitchR r)
IVecI
len in interface IVecIpublic double len2()
IVecI
len2 in interface IVecIpublic double len2(ISwitchE e)
IVecI
len2 in interface IVecIpublic IDoubleI len2(ISwitchR r)
IVecI
len2 in interface IVecIpublic IPointR len(IDoubleI l)
IVecI
len in interface IVecIpublic IPointR len(double l)
IVecI
len in interface IVecIpublic IPointR unit()
IVecI
unit in interface IVecIpublic double dist(IVecI v)
IVecI
dist in interface IVecI
public double dist(double vx,
double vy,
double vz)
IVecI
dist in interface IVecI
public double dist(ISwitchE e,
IVecI v)
IVecI
dist in interface IVecI
public IDoubleI dist(ISwitchR r,
IVecI v)
IVecI
dist in interface IVecIpublic double dist2(IVecI v)
IVecI
dist2 in interface IVecI
public double dist2(double vx,
double vy,
double vz)
IVecI
dist2 in interface IVecI
public double dist2(ISwitchE e,
IVecI v)
IVecI
dist2 in interface IVecI
public IDoubleI dist2(ISwitchR r,
IVecI v)
IVecI
dist2 in interface IVecIpublic boolean eq(IVecI v)
IVecI
eq in interface IVecI
public boolean eq(double vx,
double vy,
double vz)
IVecI
eq in interface IVecI
public boolean eq(ISwitchE e,
IVecI v)
IVecI
eq in interface IVecI
public IBoolI eq(ISwitchR r,
IVecI v)
IVecI
eq in interface IVecI
public boolean eq(IVecI v,
double tolerance)
IVecI
eq in interface IVecI
public boolean eq(double vx,
double vy,
double vz,
double tolerance)
IVecI
eq in interface IVecI
public boolean eq(ISwitchE e,
IVecI v,
double tolerance)
IVecI
eq in interface IVecI
public IBoolI eq(ISwitchR r,
IVecI v,
IDoubleI tolerance)
IVecI
eq in interface IVecIpublic boolean eqX(IVecI v)
IVecI
eqX in interface IVecIpublic boolean eqY(IVecI v)
IVecI
eqY in interface IVecIpublic boolean eqZ(IVecI v)
IVecI
eqZ in interface IVecIpublic boolean eqX(double vx)
IVecI
eqX in interface IVecIpublic boolean eqY(double vy)
IVecI
eqY in interface IVecIpublic boolean eqZ(double vz)
IVecI
eqZ in interface IVecI
public boolean eqX(ISwitchE e,
IVecI v)
IVecI
eqX in interface IVecI
public boolean eqY(ISwitchE e,
IVecI v)
IVecI
eqY in interface IVecI
public boolean eqZ(ISwitchE e,
IVecI v)
IVecI
eqZ in interface IVecI
public IBoolI eqX(ISwitchR r,
IVecI v)
IVecI
eqX in interface IVecI
public IBoolI eqY(ISwitchR r,
IVecI v)
IVecI
eqY in interface IVecI
public IBoolI eqZ(ISwitchR r,
IVecI v)
IVecI
eqZ in interface IVecI
public boolean eqX(IVecI v,
double tolerance)
IVecI
eqX in interface IVecI
public boolean eqY(IVecI v,
double tolerance)
IVecI
eqY in interface IVecI
public boolean eqZ(IVecI v,
double tolerance)
IVecI
eqZ in interface IVecI
public boolean eqX(double vx,
double tolerance)
IVecI
eqX in interface IVecI
public boolean eqY(double vy,
double tolerance)
IVecI
eqY in interface IVecI
public boolean eqZ(double vz,
double tolerance)
IVecI
eqZ in interface IVecI
public boolean eqX(ISwitchE e,
IVecI v,
double tolerance)
IVecI
eqX in interface IVecI
public boolean eqY(ISwitchE e,
IVecI v,
double tolerance)
IVecI
eqY in interface IVecI
public boolean eqZ(ISwitchE e,
IVecI v,
double tolerance)
IVecI
eqZ in interface IVecI
public IBoolI eqX(ISwitchR r,
IVecI v,
IDoubleI tolerance)
IVecI
eqX in interface IVecI
public IBoolI eqY(ISwitchR r,
IVecI v,
IDoubleI tolerance)
IVecI
eqY in interface IVecI
public IBoolI eqZ(ISwitchR r,
IVecI v,
IDoubleI tolerance)
IVecI
eqZ in interface IVecIpublic double angle(IVecI v)
IVecI
angle in interface IVecI
public double angle(double vx,
double vy,
double vz)
IVecI
angle in interface IVecI
public double angle(ISwitchE e,
IVecI v)
IVecI
angle in interface IVecI
public IDoubleI angle(ISwitchR r,
IVecI v)
IVecI
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(double vx,
double vy,
double vz,
double axisX,
double axisY,
double axisZ)
angle in interface IVecI
public double angle(ISwitchE e,
IVecI v,
IVecI axis)
angle in interface IVecIaxis - axis to determin sign of angle following right-handed screw rule.
public IDoubleI angle(ISwitchR r,
IVecI v,
IVecI axis)
angle in interface IVecIaxis - axis to determin sign of angle following right-handed screw rule.
public IPointR rot(IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecIpublic IPointR rot(double angle)
IVecI
rot in interface ITransformablerot in interface IVecI
public IPointR rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IPointR rot(IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecI
public IPointR rot(double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecI
public IPointR rot(IVecI center,
IVecI axis,
double angle)
IVecI
rot in interface ITransformablerot in interface IVecI
public IPointR rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IPointR rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
IVecI
rot in interface IVecI
public IPointR rot(IVecI axis,
IVecI destDir)
rot in interface ITransformablerot in interface IVecI
public IPointR rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ITransformablerot in interface IVecIpublic IPointR rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIpublic IPointR rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecI
public IPointR rot2(IVecI center,
double angle)
IVecI
rot2 in interface ITransformablerot2 in interface IVecI
public IPointR rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablerot2 in interface IVecI
public IPointR rot2(double centerX,
double centerY,
double angle)
IVecI
rot2 in interface IVecIpublic IPointR rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecI
public IPointR rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIpublic IPointR scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIpublic IPointR scale(double f)
IVecI
scale in interface ITransformablescale in interface IVecI
public IPointR scale(IVecI center,
IDoubleI f)
IVecI
scale in interface ITransformablescale in interface IVecI
public IPointR scale(IVecI center,
double f)
IVecI
scale in interface ITransformablescale in interface IVecI
public IPointR scale(double centerX,
double centerY,
double centerZ,
double f)
IVecI
scale in interface IVecI
public IPointR scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IPointR scale1d(IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecI
public IPointR scale1d(double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecI
public IPointR scale1d(IVecI center,
IVecI axis,
double f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecI
public IPointR scale1d(IVecI center,
IVecI axis,
IDoubleI f)
IVecI
scale1d in interface ITransformablescale1d in interface IVecI
public IPointR scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
IVecI
scale1d in interface IVecIpublic IPointR ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecI
public IPointR ref(double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecI
public IPointR ref(IVecI center,
IVecI planeDir)
IVecI
ref in interface ITransformableref in interface IVecI
public IPointR ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
ref in interface IVecIpublic IPointR mirror(IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecI
public IPointR mirror(double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecI
public IPointR mirror(IVecI center,
IVecI planeDir)
IVecI
mirror in interface ITransformablemirror in interface IVecI
public IPointR mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
IVecI
mirror in interface IVecI
public IPointR shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IPointR shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecI
public IPointR shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
IVecI
shear in interface ITransformableshear in interface IVecI
public IPointR shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
IVecI
shear in interface ITransformableshear in interface IVecI
public IPointR shearXY(double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecI
public IPointR shearXY(IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecI
public IPointR shearXY(IVecI center,
double sxy,
double syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecI
public IPointR shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
IVecI
shearXY in interface ITransformableshearXY in interface IVecI
public IPointR shearYZ(double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPointR shearYZ(IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPointR shearYZ(IVecI center,
double syz,
double szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPointR shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
IVecI
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPointR shearZX(double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecI
public IPointR shearZX(IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecI
public IPointR shearZX(IVecI center,
double szx,
double sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecI
public IPointR shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
IVecI
shearZX in interface ITransformableshearZX in interface IVecI
public IPointR translate(double x,
double y,
double z)
translate in interface ITransformabletranslate in interface IVecI
public IPointR translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
translate in interface ITransformabletranslate in interface IVecIpublic IPointR translate(IVecI v)
IVecI
translate in interface ITransformabletranslate in interface IVecIpublic IPointR transform(IMatrix3I mat)
IVecI
transform in interface ITransformabletransform in interface IVecIpublic IPointR transform(IMatrix4I mat)
IVecI
transform in interface ITransformabletransform in interface IVecI
public IPointR transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
IVecI
transform in interface ITransformabletransform in interface IVecI
public IPointR transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
IVecI
transform in interface ITransformabletransform in interface IVecI
public IPointR mv(double x,
double y,
double z)
mv in interface ITransformablemv in interface IVecI
public IPointR mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
mv in interface ITransformablemv in interface IVecIpublic IPointR mv(IVecI v)
IVecI
mv in interface ITransformablemv in interface IVecIpublic IPointR cp()
cp in interface ITransformablecp in interface IVecIcp in class IObject
public IPointR cp(double x,
double y,
double z)
cp in interface ITransformablecp in interface IVecI
public IPointR cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
IVecI
cp in interface ITransformablecp in interface IVecIpublic IPointR cp(IVecI v)
IVecI
cp in interface ITransformablecp in interface IVecIpublic IVecI dif(IVecI v)
IVecI
dif in interface IVecI
public IVecI dif(double vx,
double vy,
double vz)
IVecI
dif in interface IVecIpublic IVecI diff(IVecI v)
IVecI
diff in interface IVecI
public IVecI diff(double vx,
double vy,
double vz)
IVecI
diff in interface IVecIpublic IVecI mid(IVecI v)
IVecI
mid in interface IVecI
public IVecI mid(double vx,
double vy,
double vz)
IVecI
mid in interface IVecIpublic IVecI sum(IVecI v)
IVecI
sum in interface IVecI
public IVecI sum(double vx,
double vy,
double vz)
IVecI
sum in interface IVecIpublic IVecI sum(IVecI... v)
IVecI
sum in interface IVecIpublic IVecI bisect(IVecI v)
IVecI
bisect in interface IVecI
public IVecI bisect(double vx,
double vy,
double vz)
IVecI
bisect in interface IVecI
public IVecI sum(IVecI v2,
double w1,
double w2)
sum in interface IVecI
public IVecI sum(IVecI v2,
double w2)
IVecI
sum in interface IVecI
public IVecI sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
IVecI
sum in interface IVecI
public IVecI sum(IVecI v2,
IDoubleI w2)
IVecI
sum in interface IVecIpublic IVecI nml(IVecI v)
nml in interface IVecI
public IVecI nml(double vx,
double vy,
double vz)
IVecI
nml in interface IVecI
public IVecI nml(IVecI pt1,
IVecI pt2)
nml in interface IVecI
public IVecI nml(double vx1,
double vy1,
double vz1,
double vx2,
double vy2,
double vz2)
IVecI
nml in interface IVecIpublic boolean isValid()
isValid in interface IVecIisValid in class IObjectpublic IPointR setSize(double sz)
public IPointR size(double sz)
public double getSize()
public double size()
public IPointR name(java.lang.String nm)
name in class IObjectpublic IPointR layer(ILayer l)
IObject
layer in class IObjectpublic IPointR hide()
hide in class IObjectpublic IPointR show()
show in class IObjectpublic IPointR clr(java.awt.Color c)
clr in class IObject
public IPointR clr(java.awt.Color c,
int alpha)
IObject
clr in class IObjectpublic IPointR clr(int gray)
clr in class IObjectpublic IPointR clr(float fgray)
clr in class IObjectpublic IPointR clr(double dgray)
clr in class IObject
public IPointR clr(int gray,
int alpha)
clr in class IObject
public IPointR clr(float fgray,
float falpha)
clr in class IObject
public IPointR clr(double dgray,
double dalpha)
clr in class IObject
public IPointR clr(int r,
int g,
int b)
clr in class IObject
public IPointR clr(float fr,
float fg,
float fb)
clr in class IObject
public IPointR clr(double dr,
double dg,
double db)
clr in class IObject
public IPointR clr(int r,
int g,
int b,
int a)
clr in class IObject
public IPointR clr(float fr,
float fg,
float fb,
float fa)
clr in class IObject
public IPointR clr(double dr,
double dg,
double db,
double da)
clr in class IObject
public IPointR hsb(float h,
float s,
float b,
float a)
hsb in class IObject
public IPointR hsb(double h,
double s,
double b,
double a)
hsb in class IObject
public IPointR hsb(float h,
float s,
float b)
hsb in class IObject
public IPointR hsb(double h,
double s,
double b)
hsb in class IObjectpublic IPointR setColor(java.awt.Color c)
setColor in class IObject
public IPointR setColor(java.awt.Color c,
int alpha)
setColor in class IObjectpublic IPointR setColor(int gray)
setColor in class IObjectpublic IPointR setColor(float fgray)
setColor in class IObjectpublic IPointR setColor(double dgray)
setColor in class IObject
public IPointR setColor(int gray,
int alpha)
setColor in class IObject
public IPointR setColor(float fgray,
float falpha)
setColor in class IObject
public IPointR setColor(double dgray,
double dalpha)
setColor in class IObject
public IPointR setColor(int r,
int g,
int b)
setColor in class IObject
public IPointR setColor(float fr,
float fg,
float fb)
setColor in class IObject
public IPointR setColor(double dr,
double dg,
double db)
setColor in class IObject
public IPointR setColor(int r,
int g,
int b,
int a)
setColor in class IObject
public IPointR setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IObject
public IPointR setColor(double dr,
double dg,
double db,
double da)
setColor in class IObject
public IPointR setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IObject
public IPointR setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IObject
public IPointR setHSBColor(float h,
float s,
float b)
setHSBColor in class IObject
public IPointR setHSBColor(double h,
double s,
double b)
setHSBColor in class IObjectpublic IPointR weight(double w)
weight in class IObjectpublic IPointR weight(float w)
weight in class IObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||