|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IObject
igeo.IPoint
public class IPoint
Class of point object.
| Field Summary | |
|---|---|
IVec |
pos
|
| Fields inherited from class igeo.IObject |
|---|
attribute, dynamics, graphics, parameter, server |
| Constructor Summary | |
|---|---|
IPoint()
|
|
IPoint(double x,
double y,
double z)
|
|
IPoint(IPoint p)
|
|
IPoint(IServerI s)
|
|
IPoint(IServerI s,
double x,
double y,
double z)
|
|
IPoint(IServerI s,
IPoint p)
|
|
IPoint(IServerI s,
IVec v)
|
|
IPoint(IServerI s,
IVecI v)
|
|
IPoint(IVec v)
|
|
IPoint(IVecI v)
|
|
| Method Summary | |
|---|---|
IPoint |
add(double x,
double y,
double z)
|
IPoint |
add(double f,
IVecI v)
scale add alias |
IPoint |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPoint |
add(IDoubleI f,
IVecI v)
scale add alias |
IPoint |
add(IVecI v)
|
IPoint |
add(IVecI v,
double f)
scale add |
IPoint |
add(IVecI v,
IDoubleI f)
scale add |
double |
angle(ISwitchE e,
IVecI v)
|
double |
angle(ISwitchE e,
IVecI v,
IVecI axis)
|
IDouble |
angle(ISwitchR r,
IVecI v)
|
IDouble |
angle(ISwitchR r,
IVecI v,
IVecI axis)
|
double |
angle(IVecI v)
|
double |
angle(IVecI v,
IVecI axis)
|
IVec |
bisect(IVecI v)
create a new instance of bisector |
IPoint |
clr(java.awt.Color c)
|
IPoint |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IPoint |
clr(double dgray)
|
IPoint |
clr(double dgray,
double dalpha)
|
IPoint |
clr(double dr,
double dg,
double db)
|
IPoint |
clr(double dr,
double dg,
double db,
double da)
|
IPoint |
clr(float fgray)
|
IPoint |
clr(float fgray,
float falpha)
|
IPoint |
clr(float fr,
float fg,
float fb)
|
IPoint |
clr(float fr,
float fg,
float fb,
float fa)
|
IPoint |
clr(int gray)
|
IPoint |
clr(int gray,
int alpha)
|
IPoint |
clr(int r,
int g,
int b)
|
IPoint |
clr(int r,
int g,
int b,
int a)
|
IPoint |
cp()
cp() is alias of dup() |
IPoint |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IPoint |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPoint |
cp(IVecI v)
|
IGraphicObject |
createGraphic(IGraphicMode m)
|
IVec |
cross(IVecI v)
cross product creates a new instance |
IVec |
dif(IVecI v)
create a new instance of difference |
IVec |
diff(IVecI v)
alias of dif |
double |
dist(ISwitchE e,
IVecI v)
|
IDouble |
dist(ISwitchR r,
IVecI v)
|
double |
dist(IVecI v)
|
double |
dist2(ISwitchE e,
IVecI v)
|
IDouble |
dist2(ISwitchR r,
IVecI v)
|
double |
dist2(IVecI v)
squared distance |
IPoint |
div(double v)
|
IPoint |
div(IDoubleI v)
|
double |
dot(ISwitchE e,
IVecI v)
|
IDouble |
dot(ISwitchR r,
IVecI v)
|
double |
dot(IVecI v)
|
IPoint |
dup()
duplicate object |
boolean |
eq(ISwitchE e,
IVecI v)
|
boolean |
eq(ISwitchE e,
IVecI v,
double resolution)
|
IBool |
eq(ISwitchR r,
IVecI v)
|
IBool |
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)
|
IBool |
eqX(ISwitchR r,
IVecI v)
|
IBool |
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)
|
IBool |
eqY(ISwitchR r,
IVecI v)
|
IBool |
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)
|
IBool |
eqZ(ISwitchR r,
IVecI v)
|
IBool |
eqZ(ISwitchR r,
IVecI v,
IDoubleI resolution)
|
boolean |
eqZ(IVecI v)
|
boolean |
eqZ(IVecI v,
double resolution)
|
IPoint |
flip()
alias of neg |
IVec |
get()
|
double |
getSize()
|
IDouble |
getX()
|
IDouble |
getY()
|
IDouble |
getZ()
|
IPoint |
hide()
|
IPoint |
hsb(double h,
double s,
double b)
|
IPoint |
hsb(double h,
double s,
double b,
double a)
|
IPoint |
hsb(float h,
float s,
float b)
|
IPoint |
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). |
IPoint |
layer(ILayer l)
Set layer by ILayer object |
double |
len()
|
IPoint |
len(double l)
|
IPoint |
len(IDoubleI l)
|
double |
len(ISwitchE e)
|
IDouble |
len(ISwitchR r)
|
double |
len2()
square of length |
double |
len2(ISwitchE e)
|
IDouble |
len2(ISwitchR r)
|
IVec |
mid(IVecI v)
create a new instance of midpoint |
IPoint |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPoint |
mirror(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPoint |
mul(double v)
|
IPoint |
mul(IDoubleI v)
|
IPoint |
mv(double x,
double y,
double z)
mv() is alias of add() |
IPoint |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPoint |
mv(IVecI v)
|
IPoint |
name(java.lang.String nm)
|
IPoint |
neg()
|
IVec |
nml(IVecI v)
alias of cross. |
IVec |
nml(IVecI pt1,
IVecI pt2)
create normal vector from 3 points of self, pt1 and pt2 |
IPoint |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPoint |
ref(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPoint |
rev()
alias of neg() |
IPoint |
rot(double angle)
|
IPoint |
rot(IDoubleI angle)
rotation around z-axis and origin |
IPoint |
rot(IVecI axis,
double angle)
|
IPoint |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IPoint |
rot(IVecI axis,
IVecI destDir)
Rotate to destination direction vector. |
IPoint |
rot(IVecI center,
IVecI axis,
double angle)
|
IPoint |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IPoint |
rot(IVecI center,
IVecI axis,
IVecI destPt)
Rotate to destination point location. |
IPoint |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IPoint |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IPoint |
rot2(IVecI destDir)
Rotate to destination direction vector. |
IPoint |
rot2(IVecI center,
double angle)
|
IPoint |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IPoint |
rot2(IVecI center,
IVecI destPt)
Rotate to destination point location. |
IPoint |
scale(double f)
alias of mul |
IPoint |
scale(IDoubleI f)
alias of mul |
IPoint |
scale(IVecI center,
double f)
|
IPoint |
scale(IVecI center,
IDoubleI f)
|
IPoint |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IPoint |
scale1d(IVecI axis,
IDoubleI f)
|
IPoint |
scale1d(IVecI center,
IVecI axis,
double f)
|
IPoint |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IPoint |
set(double x,
double y,
double z)
|
IPoint |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPoint |
set(IVecI v)
|
IPoint |
setColor(java.awt.Color c)
|
IPoint |
setColor(java.awt.Color c,
int alpha)
|
IPoint |
setColor(double dgray)
|
IPoint |
setColor(double dgray,
double dalpha)
|
IPoint |
setColor(double dr,
double dg,
double db)
|
IPoint |
setColor(double dr,
double dg,
double db,
double da)
|
IPoint |
setColor(float fgray)
|
IPoint |
setColor(float fgray,
float falpha)
|
IPoint |
setColor(float fr,
float fg,
float fb)
|
IPoint |
setColor(float fr,
float fg,
float fb,
float fa)
|
IPoint |
setColor(int gray)
|
IPoint |
setColor(int gray,
int alpha)
|
IPoint |
setColor(int r,
int g,
int b)
|
IPoint |
setColor(int r,
int g,
int b,
int a)
|
IPoint |
setHSBColor(double h,
double s,
double b)
|
IPoint |
setHSBColor(double h,
double s,
double b,
double a)
|
IPoint |
setHSBColor(float h,
float s,
float b)
|
IPoint |
setHSBColor(float h,
float s,
float b,
float a)
|
IPoint |
setSize(double sz)
set size of dot in graphic |
IPoint |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IPoint |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IPoint |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IPoint |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IPoint |
shearXY(double sxy,
double syx)
|
IPoint |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IPoint |
shearXY(IVecI center,
double sxy,
double syx)
|
IPoint |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IPoint |
shearYZ(double syz,
double szy)
|
IPoint |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IPoint |
shearYZ(IVecI center,
double syz,
double szy)
|
IPoint |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IPoint |
shearZX(double szx,
double sxz)
|
IPoint |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IPoint |
shearZX(IVecI center,
double szx,
double sxz)
|
IPoint |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IPoint |
show()
|
double |
size()
|
IPoint |
size(double sz)
|
IPoint |
sub(double x,
double y,
double z)
|
IPoint |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPoint |
sub(IVecI v)
|
IVec |
sum(IVecI... v)
create a new instance of total summation |
IVec |
sum(IVecI v)
create a new instance of total summation |
IVec |
sum(IVecI v2,
double w2)
|
IVec |
sum(IVecI v2,
double w1,
double w2)
weighted sum. |
IVec |
sum(IVecI v2,
IDoubleI w2)
|
IVec |
sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
|
IVec2 |
to2d()
|
IVec4 |
to4d()
|
IVec4 |
to4d(double w)
|
IVec4 |
to4d(IDoubleI w)
|
java.lang.String |
toString()
|
IPoint |
transform(IMatrix3I mat)
|
IPoint |
transform(IMatrix4I mat)
|
IPoint |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IPoint |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IPoint |
translate(double x,
double y,
double z)
translate is alias of add() |
IPoint |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPoint |
translate(IVecI v)
|
IPoint |
unit()
|
double |
x()
|
double |
y()
|
double |
z()
|
IPoint |
zero()
setting all zero |
| Methods inherited from class igeo.IObject |
|---|
addDynamics, alpha, alphaInt, attr, attr, blue, blueInt, clearDynamics, clearGraphics, clr, del, deletDynamics, deleteDynamics, deleteDynamics, deleteGraphic, dynamicsNum, getColor, getDynamics, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, updateGraphic, visible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public IVec pos
| Constructor Detail |
|---|
public IPoint()
public IPoint(IVec v)
public IPoint(IVecI v)
public IPoint(double x,
double y,
double z)
public IPoint(IServerI s)
public IPoint(IServerI s,
IVec v)
public IPoint(IServerI s,
IVecI v)
public IPoint(IServerI s,
double x,
double y,
double z)
public IPoint(IPoint p)
public IPoint(IServerI s,
IPoint p)
| Method Detail |
|---|
protected void initPoint(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 IPoint dup()
IObject
dup in interface ITransformabledup in interface IVecIdup in class IObjectpublic IVec2 to2d()
to2d in interface IVecIpublic IVec4 to4d()
to4d in interface IVecIpublic IVec4 to4d(double w)
to4d in interface IVecIpublic IVec4 to4d(IDoubleI w)
to4d in interface IVecIpublic IDouble getX()
getX in interface IVecIpublic IDouble getY()
getY in interface IVecIpublic IDouble getZ()
getZ in interface IVecIpublic IPoint set(IVecI v)
set in interface IVecI
public IPoint set(double x,
double y,
double z)
set in interface IVecI
public IPoint set(IDoubleI x,
IDoubleI y,
IDoubleI z)
set in interface IVecI
public IPoint add(double x,
double y,
double z)
add in interface ITransformableadd in interface IVecI
public IPoint add(IDoubleI x,
IDoubleI y,
IDoubleI z)
add in interface ITransformableadd in interface IVecIpublic IPoint add(IVecI v)
add in interface ITransformableadd in interface IVecI
public IPoint sub(double x,
double y,
double z)
sub in interface ITransformablesub in interface IVecI
public IPoint sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
sub in interface ITransformablesub in interface IVecIpublic IPoint sub(IVecI v)
sub in interface ITransformablesub in interface IVecIpublic IPoint mul(IDoubleI v)
mul in interface ITransformablemul in interface IVecIpublic IPoint mul(double v)
mul in interface ITransformablemul in interface IVecIpublic IPoint div(IDoubleI v)
div in interface ITransformablediv in interface IVecIpublic IPoint div(double v)
div in interface ITransformablediv in interface IVecIpublic IPoint neg()
neg in interface ITransformableneg in interface IVecIpublic IPoint rev()
IVecI
rev in interface IVecIpublic IPoint flip()
ITransformable
flip in interface ITransformableflip in interface IVecIpublic IPoint zero()
IVecI
zero in interface IVecI
public IPoint add(IVecI v,
double f)
add in interface ITransformableadd in interface IVecI
public IPoint add(IVecI v,
IDoubleI f)
ITransformable
add in interface ITransformableadd in interface IVecI
public IPoint add(double f,
IVecI v)
add in interface ITransformable
public IPoint add(IDoubleI f,
IVecI v)
ITransformable
add in interface ITransformablepublic double dot(IVecI v)
dot in interface IVecI
public double dot(ISwitchE e,
IVecI v)
dot in interface IVecI
public IDouble dot(ISwitchR r,
IVecI v)
dot in interface IVecIpublic IVec cross(IVecI v)
IVecI
cross in interface IVecIpublic double len()
len in interface IVecIpublic double len(ISwitchE e)
len in interface IVecIpublic IDouble len(ISwitchR r)
len in interface IVecIpublic double len2()
IVecI
len2 in interface IVecIpublic double len2(ISwitchE e)
len2 in interface IVecIpublic IDouble len2(ISwitchR r)
len2 in interface IVecIpublic IPoint len(IDoubleI l)
len in interface IVecIpublic IPoint len(double l)
len in interface IVecIpublic IPoint 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 IDouble 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 IDouble 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 IBool 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 IBool 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 IBool eqX(ISwitchR r,
IVecI v)
eqX in interface IVecI
public IBool eqY(ISwitchR r,
IVecI v)
eqY in interface IVecI
public IBool 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 IBool eqX(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqX in interface IVecI
public IBool eqY(ISwitchR r,
IVecI v,
IDoubleI resolution)
eqY in interface IVecI
public IBool 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 IDouble 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 IDouble angle(ISwitchR r,
IVecI v,
IVecI axis)
angle in interface IVecIpublic IPoint rot(IDoubleI angle)
ITransformable
rot in interface ITransformablepublic IPoint rot(double angle)
rot in interface ITransformable
public IPoint rot(IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IPoint rot(IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IPoint rot(IVecI center,
IVecI axis,
double angle)
rot in interface ITransformablerot in interface IVecI
public IPoint rot(IVecI center,
IVecI axis,
IDoubleI angle)
ITransformable
rot in interface ITransformablerot in interface IVecI
public IPoint rot(IVecI axis,
IVecI destDir)
rot in interface ITransformablerot in interface IVecI
public IPoint rot(IVecI center,
IVecI axis,
IVecI destPt)
rot in interface ITransformablerot in interface IVecIpublic IPoint rot2(IDoubleI angle)
ITransformable
rot2 in interface ITransformablepublic IPoint rot2(double angle)
ITransformable
rot2 in interface ITransformable
public IPoint rot2(IVecI center,
double angle)
rot2 in interface ITransformable
public IPoint rot2(IVecI center,
IDoubleI angle)
ITransformable
rot2 in interface ITransformablepublic IPoint rot2(IVecI destDir)
rot2 in interface ITransformable
public IPoint rot2(IVecI center,
IVecI destPt)
rot2 in interface ITransformablepublic IPoint scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIpublic IPoint scale(double f)
scale in interface ITransformablescale in interface IVecI
public IPoint scale(IVecI center,
IDoubleI f)
scale in interface ITransformablescale in interface IVecI
public IPoint scale(IVecI center,
double f)
scale in interface ITransformablescale in interface IVecI
public IPoint scale1d(IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IPoint scale1d(IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecI
public IPoint scale1d(IVecI center,
IVecI axis,
double f)
scale1d in interface ITransformablescale1d in interface IVecI
public IPoint scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale1d in interface ITransformablescale1d in interface IVecIpublic IPoint ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecI
public IPoint ref(IVecI center,
IVecI planeDir)
ref in interface ITransformableref in interface IVecIpublic IPoint mirror(IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecI
public IPoint mirror(IVecI center,
IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecI
public IPoint shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IPoint shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IPoint shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear in interface ITransformableshear in interface IVecI
public IPoint shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear in interface ITransformableshear in interface IVecI
public IPoint shearXY(double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IPoint shearXY(IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IPoint shearXY(IVecI center,
double sxy,
double syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IPoint shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shearXY in interface ITransformableshearXY in interface IVecI
public IPoint shearYZ(double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPoint shearYZ(IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPoint shearYZ(IVecI center,
double syz,
double szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPoint shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shearYZ in interface ITransformableshearYZ in interface IVecI
public IPoint shearZX(double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IPoint shearZX(IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IPoint shearZX(IVecI center,
double szx,
double sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IPoint shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shearZX in interface ITransformableshearZX in interface IVecI
public IPoint translate(double x,
double y,
double z)
translate in interface ITransformabletranslate in interface IVecI
public IPoint translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
translate in interface ITransformabletranslate in interface IVecIpublic IPoint translate(IVecI v)
translate in interface ITransformabletranslate in interface IVecIpublic IPoint transform(IMatrix3I mat)
transform in interface ITransformabletransform in interface IVecIpublic IPoint transform(IMatrix4I mat)
transform in interface ITransformabletransform in interface IVecI
public IPoint transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform in interface ITransformabletransform in interface IVecI
public IPoint transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform in interface ITransformabletransform in interface IVecI
public IPoint mv(double x,
double y,
double z)
mv in interface ITransformablemv in interface IVecI
public IPoint mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv in interface ITransformablemv in interface IVecIpublic IPoint mv(IVecI v)
mv in interface ITransformablemv in interface IVecIpublic IPoint cp()
cp in interface ITransformablecp in interface IVecIcp in class IObject
public IPoint cp(double x,
double y,
double z)
cp in interface ITransformablecp in interface IVecI
public IPoint cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp in interface ITransformablecp in interface IVecIpublic IPoint cp(IVecI v)
cp in interface ITransformablecp in interface IVecIpublic IVec dif(IVecI v)
IVecI
dif in interface IVecIpublic IVec diff(IVecI v)
IVecI
diff in interface IVecIpublic IVec mid(IVecI v)
IVecI
mid in interface IVecIpublic IVec sum(IVecI v)
IVecI
sum in interface IVecIpublic IVec sum(IVecI... v)
IVecI
sum in interface IVecIpublic IVec bisect(IVecI v)
IVecI
bisect in interface IVecI
public IVec sum(IVecI v2,
double w1,
double w2)
sum in interface IVecI
public IVec sum(IVecI v2,
double w2)
sum in interface IVecI
public IVec sum(IVecI v2,
IDoubleI w1,
IDoubleI w2)
sum in interface IVecI
public IVec sum(IVecI v2,
IDoubleI w2)
sum in interface IVecIpublic IVec nml(IVecI v)
nml in interface IVecI
public IVec nml(IVecI pt1,
IVecI pt2)
nml in interface IVecIpublic boolean isValid()
isValid in interface IVecIisValid in class IObjectpublic java.lang.String toString()
toString in class java.lang.Objectpublic IPoint setSize(double sz)
public IPoint size(double sz)
public double getSize()
public double size()
public IPoint name(java.lang.String nm)
name in class IObjectpublic IPoint layer(ILayer l)
IObject
layer in class IObjectpublic IPoint hide()
hide in class IObjectpublic IPoint show()
show in class IObjectpublic IPoint clr(java.awt.Color c)
clr in class IObject
public IPoint clr(java.awt.Color c,
int alpha)
IObject
clr in class IObjectpublic IPoint clr(int gray)
clr in class IObjectpublic IPoint clr(float fgray)
clr in class IObjectpublic IPoint clr(double dgray)
clr in class IObject
public IPoint clr(int gray,
int alpha)
clr in class IObject
public IPoint clr(float fgray,
float falpha)
clr in class IObject
public IPoint clr(double dgray,
double dalpha)
clr in class IObject
public IPoint clr(int r,
int g,
int b)
clr in class IObject
public IPoint clr(float fr,
float fg,
float fb)
clr in class IObject
public IPoint clr(double dr,
double dg,
double db)
clr in class IObject
public IPoint clr(int r,
int g,
int b,
int a)
clr in class IObject
public IPoint clr(float fr,
float fg,
float fb,
float fa)
clr in class IObject
public IPoint clr(double dr,
double dg,
double db,
double da)
clr in class IObject
public IPoint hsb(float h,
float s,
float b,
float a)
hsb in class IObject
public IPoint hsb(double h,
double s,
double b,
double a)
hsb in class IObject
public IPoint hsb(float h,
float s,
float b)
hsb in class IObject
public IPoint hsb(double h,
double s,
double b)
hsb in class IObjectpublic IPoint setColor(java.awt.Color c)
setColor in class IObject
public IPoint setColor(java.awt.Color c,
int alpha)
setColor in class IObjectpublic IPoint setColor(int gray)
setColor in class IObjectpublic IPoint setColor(float fgray)
setColor in class IObjectpublic IPoint setColor(double dgray)
setColor in class IObject
public IPoint setColor(int gray,
int alpha)
setColor in class IObject
public IPoint setColor(float fgray,
float falpha)
setColor in class IObject
public IPoint setColor(double dgray,
double dalpha)
setColor in class IObject
public IPoint setColor(int r,
int g,
int b)
setColor in class IObject
public IPoint setColor(float fr,
float fg,
float fb)
setColor in class IObject
public IPoint setColor(double dr,
double dg,
double db)
setColor in class IObject
public IPoint setColor(int r,
int g,
int b,
int a)
setColor in class IObject
public IPoint setColor(float fr,
float fg,
float fb,
float fa)
setColor in class IObject
public IPoint setColor(double dr,
double dg,
double db,
double da)
setColor in class IObject
public IPoint setHSBColor(float h,
float s,
float b,
float a)
setHSBColor in class IObject
public IPoint setHSBColor(double h,
double s,
double b,
double a)
setHSBColor in class IObject
public IPoint setHSBColor(float h,
float s,
float b)
setHSBColor in class IObject
public IPoint 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 | ||||||||