|
|||||||||
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(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointR |
add(IVecI v)
|
IPointR |
add(IVecI v,
double f)
scale add |
IPointR |
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)
|
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)
|
IPointR |
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 |
IPointR |
div(double v)
|
IPointR |
div(IDoubleI v)
|
double |
dot(ISwitchE e,
IVecI v)
|
IDoubleI |
dot(ISwitchR r,
IVecI v)
|
double |
dot(IVecI v)
|
IPointR |
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)
|
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)
|
double |
len()
|
IPointR |
len(double l)
|
IPointR |
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)
|
IPointR |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPointR |
mirror(IVecI center,
IVecI planeDir)
|
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)
|
IPointR |
mv(IVecI v)
|
IPointR |
name(java.lang.String nm)
|
IPointR |
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 |
IPointR |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IPointR |
ref(IVecI center,
IVecI planeDir)
|
IPointR |
rev()
alias of neg() |
IPointR |
rot(IVecI axis,
double angle)
|
IPointR |
rot(IVecI axis,
IDoubleI angle)
|
IPointR |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IPointR |
rot(IVecI center,
IVecI axis,
double angle)
|
IPointR |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
|
IPointR |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IPointR |
scale(double f)
|
IPointR |
scale(IDoubleI f)
alias of mul |
IPointR |
scale(IVecI center,
double f)
|
IPointR |
scale(IVecI center,
IDoubleI f)
|
IPointR |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IPointR |
scale1d(IVecI axis,
IDoubleI f)
|
IPointR |
scale1d(IVecI center,
IVecI axis,
double f)
|
IPointR |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
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)
|
IPointR |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IPointR |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IPointR |
shearXY(double sxy,
double syx)
|
IPointR |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IPointR |
shearXY(IVecI center,
double sxy,
double syx)
|
IPointR |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IPointR |
shearYZ(double syz,
double szy)
|
IPointR |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IPointR |
shearYZ(IVecI center,
double syz,
double szy)
|
IPointR |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IPointR |
shearZX(double szx,
double sxz)
|
IPointR |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IPointR |
shearZX(IVecI center,
double szx,
double sxz)
|
IPointR |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
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(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)
|
IPointR |
transform(IMatrix3I mat)
|
IPointR |
transform(IMatrix4I mat)
|
IPointR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IPointR |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IPointR |
translate(double x,
double y,
double z)
translate is alias of add() |
IPointR |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointR |
translate(IVecI v)
|
IPointR |
unit()
|
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 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 IObject
public double x()
x
in interface IVecI
public double y()
y
in interface IVecI
public double z()
z
in interface IVecI
public IVec get()
get
in interface IParameter
get
in interface IVecI
get
in interface IVecOp
public IPointR dup()
IObject
dup
in interface ITransformable
dup
in interface IVecI
dup
in class IObject
public IVec2I to2d()
to2d
in interface IVecI
public IVec4I to4d()
to4d
in interface IVecI
public IVec4I to4d(double w)
to4d
in interface IVecI
public IVec4I to4d(IDoubleI w)
to4d
in interface IVecI
public IDoubleI getX()
getX
in interface IVecI
public IDoubleI getY()
getY
in interface IVecI
public IDoubleI getZ()
getZ
in interface IVecI
public 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 ITransformable
add
in interface IVecI
public IPointR add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
public IPointR add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
public IPointR sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
public IPointR sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
public IPointR sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
public IPointR mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
public IPointR mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
public IPointR div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
public IPointR div(double v)
div
in interface ITransformable
div
in interface IVecI
public IPointR neg()
neg
in interface ITransformable
neg
in interface IVecI
public IPointR rev()
IVecI
rev
in interface IVecI
public IPointR flip()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
public IPointR add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
public IPointR add(IVecI v, IDoubleI f)
add
in interface ITransformable
add
in interface IVecI
public 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 IVecI
public IVecI cross(IVecI v)
IVecI
cross
in interface IVecI
public double len()
len
in interface IVecI
public double len(ISwitchE e)
len
in interface IVecI
public IDoubleI len(ISwitchR r)
len
in interface IVecI
public double len2()
IVecI
len2
in interface IVecI
public double len2(ISwitchE e)
len2
in interface IVecI
public IDoubleI len2(ISwitchR r)
len2
in interface IVecI
public IPointR len(IDoubleI l)
len
in interface IVecI
public IPointR len(double l)
len
in interface IVecI
public IPointR unit()
unit
in interface IVecI
public 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 IVecI
public 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 IVecI
public 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 IVecI
public boolean eqX(IVecI v)
eqX
in interface IVecI
public boolean eqY(IVecI v)
eqY
in interface IVecI
public 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 IVecI
public 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 IVecI
axis
- 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 IPointR rot(IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointR rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointR rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointR rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointR rot(IVecI axis, IVecI destDir)
rot
in interface ITransformable
rot
in interface IVecI
public IPointR rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ITransformable
rot
in interface IVecI
public IPointR scale(IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IPointR scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
public IPointR scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IPointR scale(IVecI center, double f)
scale
in interface ITransformable
scale
in interface IVecI
public IPointR scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointR scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointR scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointR scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointR ref(IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IPointR ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IPointR mirror(IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IPointR mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IPointR shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPointR shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPointR shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPointR shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPointR shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointR shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointR shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointR shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointR shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointR shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointR shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointR shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointR shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointR shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointR shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointR shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointR translate(double x, double y, double z)
translate
in interface ITransformable
translate
in interface IVecI
public IPointR translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
translate
in interface IVecI
public IPointR translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
public IPointR transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IPointR transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IPointR transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVecI
public IPointR transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
transform
in interface IVecI
public IPointR mv(double x, double y, double z)
mv
in interface ITransformable
mv
in interface IVecI
public IPointR mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
mv
in interface IVecI
public IPointR mv(IVecI v)
mv
in interface ITransformable
mv
in interface IVecI
public IPointR cp()
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IObject
public IPointR cp(double x, double y, double z)
cp
in interface ITransformable
cp
in interface IVecI
public IPointR cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
cp
in interface IVecI
public IPointR cp(IVecI v)
cp
in interface ITransformable
cp
in interface IVecI
public IVecI diff(IVecI v)
diff
in interface IVecI
public IVecI mid(IVecI v)
mid
in interface IVecI
public IVecI sum(IVecI v)
sum
in interface IVecI
public IVecI sum(IVecI... v)
sum
in interface IVecI
public 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 IVecI
public IVecI nml(IVecI v)
nml
in interface IVecI
public IVecI nml(IVecI pt1, IVecI pt2)
nml
in interface IVecI
public boolean isValid()
isValid
in interface IVecI
isValid
in class IObject
public 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 IObject
public IPointR layer(ILayer l)
layer
in class IObject
public IPointR hide()
hide
in class IObject
public IPointR show()
show
in class IObject
public IPointR clr(java.awt.Color c)
clr
in class IObject
public IPointR clr(java.awt.Color c, int alpha)
IObject
clr
in class IObject
public IPointR clr(int gray)
clr
in class IObject
public IPointR clr(float fgray)
clr
in class IObject
public 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 IObject
public IPointR setColor(java.awt.Color c)
setColor
in class IObject
public IPointR setColor(java.awt.Color c, int alpha)
setColor
in class IObject
public IPointR setColor(int gray)
setColor
in class IObject
public IPointR setColor(float fgray)
setColor
in class IObject
public 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 IObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |