|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IObject
igeo.IAgent
igeo.IPointAgent
public class IPointAgent
Class of an agent based on one point.
Field Summary | |
---|---|
IPoint |
point
|
IVec |
pos
|
Fields inherited from class igeo.IAgent |
---|
alive, duration, localDynamics, parent, targets, time |
Fields inherited from class igeo.IObject |
---|
attribute, dynamics, graphics, parameter, server |
Constructor Summary | |
---|---|
IPointAgent()
|
|
IPointAgent(double x,
double y,
double z)
|
|
IPointAgent(IPointAgent pa)
|
|
IPointAgent(IVec p)
|
|
IPointAgent(IVecI p)
|
Method Summary | |
---|---|
IPointAgent |
add(double x,
double y,
double z)
|
IPointAgent |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointAgent |
add(IVecI v)
|
IPointAgent |
add(IVecI v,
double f)
scale add |
IPointAgent |
add(IVecI v,
IDoubleI f)
|
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)
|
IPointAgent |
clr(java.awt.Color c)
|
IPointAgent |
clr(java.awt.Color c,
int alpha)
to set color, with alpha value overwritten |
IPointAgent |
clr(double dgray)
|
IPointAgent |
clr(double dgray,
double dalpha)
|
IPointAgent |
clr(double dr,
double dg,
double db)
|
IPointAgent |
clr(double dr,
double dg,
double db,
double da)
|
IPointAgent |
clr(float fgray)
|
IPointAgent |
clr(float fgray,
float falpha)
|
IPointAgent |
clr(float fr,
float fg,
float fb)
|
IPointAgent |
clr(float fr,
float fg,
float fb,
float fa)
|
IPointAgent |
clr(int gray)
|
IPointAgent |
clr(int gray,
int alpha)
|
IPointAgent |
clr(int r,
int g,
int b)
|
IPointAgent |
clr(int r,
int g,
int b,
int a)
|
IPointAgent |
cp()
alias of dup() |
IPointAgent |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IPointAgent |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointAgent |
cp(IVecI v)
|
IVec |
cross(IVecI v)
cross product creates a new instance |
IVec |
diff(IVecI v)
|
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 |
IPointAgent |
div(double v)
|
IPointAgent |
div(IDoubleI v)
|
double |
dot(ISwitchE e,
IVecI v)
|
IDouble |
dot(ISwitchR r,
IVecI v)
|
double |
dot(IVecI v)
|
IPointAgent |
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)
|
IPointAgent |
flip()
alias of neg |
IVec |
get()
|
double |
getSize()
|
IDouble |
getX()
|
IDouble |
getY()
|
IDouble |
getZ()
|
IPointAgent |
hide()
|
IPointAgent |
hsb(double h,
double s,
double b)
|
IPointAgent |
hsb(double h,
double s,
double b,
double a)
|
IPointAgent |
hsb(float h,
float s,
float b)
|
IPointAgent |
hsb(float h,
float s,
float b,
float a)
|
boolean |
isValid()
checking parameters validity. |
IPointAgent |
layer(ILayer l)
|
double |
len()
|
IPointAgent |
len(double l)
|
IPointAgent |
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)
|
IPointAgent |
mirror(IVecI planeDir)
mirror is alias of ref |
IPointAgent |
mirror(IVecI center,
IVecI planeDir)
|
IPointAgent |
mul(double v)
|
IPointAgent |
mul(IDoubleI v)
|
IPointAgent |
mv(double x,
double y,
double z)
mv() is alias of add() |
IPointAgent |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointAgent |
mv(IVecI v)
|
IPointAgent |
name(java.lang.String nm)
methods of IObject |
IPointAgent |
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 |
IPointAgent |
ref(IVecI planeDir)
reflect(mirror) 3 dimensionally to the other side of the plane |
IPointAgent |
ref(IVecI center,
IVecI planeDir)
|
IPointAgent |
rev()
alias of neg() |
IPointAgent |
rot(IVecI axis,
double angle)
|
IPointAgent |
rot(IVecI axis,
IDoubleI angle)
|
IPointAgent |
rot(IVecI axis,
IVecI destDir)
rotate to destination direction vector |
IPointAgent |
rot(IVecI center,
IVecI axis,
double angle)
|
IPointAgent |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
|
IPointAgent |
rot(IVecI center,
IVecI axis,
IVecI destPt)
rotate to destination point location |
IPointAgent |
scale(double f)
|
IPointAgent |
scale(IDoubleI f)
alias of mul |
IPointAgent |
scale(IVecI center,
double f)
|
IPointAgent |
scale(IVecI center,
IDoubleI f)
|
IPointAgent |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IPointAgent |
scale1d(IVecI axis,
IDoubleI f)
|
IPointAgent |
scale1d(IVecI center,
IVecI axis,
double f)
|
IPointAgent |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IPointAgent |
set(double x,
double y,
double z)
|
IPointAgent |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointAgent |
set(IVecI v)
|
IPointAgent |
setColor(java.awt.Color c)
|
IPointAgent |
setColor(java.awt.Color c,
int alpha)
|
IPointAgent |
setColor(double dgray)
|
IPointAgent |
setColor(double dgray,
double dalpha)
|
IPointAgent |
setColor(double dr,
double dg,
double db)
|
IPointAgent |
setColor(double dr,
double dg,
double db,
double da)
|
IPointAgent |
setColor(float fgray)
|
IPointAgent |
setColor(float fgray,
float falpha)
|
IPointAgent |
setColor(float fr,
float fg,
float fb)
|
IPointAgent |
setColor(float fr,
float fg,
float fb,
float fa)
|
IPointAgent |
setColor(int gray)
|
IPointAgent |
setColor(int gray,
int alpha)
|
IPointAgent |
setColor(int r,
int g,
int b)
|
IPointAgent |
setColor(int r,
int g,
int b,
int a)
|
IPointAgent |
setHSBColor(double h,
double s,
double b)
|
IPointAgent |
setHSBColor(double h,
double s,
double b,
double a)
|
IPointAgent |
setHSBColor(float h,
float s,
float b)
|
IPointAgent |
setHSBColor(float h,
float s,
float b,
float a)
|
IPointAgent |
setSize(double sz)
methods of IPoint |
IPointAgent |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IPointAgent |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IPointAgent |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IPointAgent |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IPointAgent |
shearXY(double sxy,
double syx)
|
IPointAgent |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IPointAgent |
shearXY(IVecI center,
double sxy,
double syx)
|
IPointAgent |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IPointAgent |
shearYZ(double syz,
double szy)
|
IPointAgent |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IPointAgent |
shearYZ(IVecI center,
double syz,
double szy)
|
IPointAgent |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IPointAgent |
shearZX(double szx,
double sxz)
|
IPointAgent |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IPointAgent |
shearZX(IVecI center,
double szx,
double sxz)
|
IPointAgent |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IPointAgent |
show()
|
double |
size()
|
IPointAgent |
size(double sz)
|
IPointAgent |
sub(double x,
double y,
double z)
|
IPointAgent |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointAgent |
sub(IVecI v)
|
IVec |
sum(IVecI... v)
|
IVec |
sum(IVecI v)
|
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()
|
IPointAgent |
transform(IMatrix3I mat)
|
IPointAgent |
transform(IMatrix4I mat)
|
IPointAgent |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IPointAgent |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IPointAgent |
translate(double x,
double y,
double z)
translate() is alias of add() |
IPointAgent |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPointAgent |
translate(IVecI v)
|
IPointAgent |
unit()
|
double |
x()
methods of IVecI |
double |
y()
|
double |
z()
|
Methods inherited from class igeo.IAgent |
---|
addDynamics, alive, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, parent, parent, removeTarget, removeTarget, target, target, targetNum, targets, time, time, update, updateGraphic, updateTarget |
Methods inherited from class igeo.IObject |
---|
attr, attr, clearDynamics, clearGraphics, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, initGraphic, initObject, isVisible, layer, name, resetGraphic, server, setParameter, syncColor, visible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public IVec pos
public IPoint point
Constructor Detail |
---|
public IPointAgent()
public IPointAgent(double x, double y, double z)
public IPointAgent(IVec p)
public IPointAgent(IVecI p)
public IPointAgent(IPointAgent pa)
Method Detail |
---|
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 IPointAgent dup()
IObject
dup
in interface ITransformable
dup
in interface IVecI
dup
in class IObject
public IVec2 to2d()
to2d
in interface IVecI
public IVec4 to4d()
to4d
in interface IVecI
public IVec4 to4d(double w)
to4d
in interface IVecI
public IVec4 to4d(IDoubleI w)
to4d
in interface IVecI
public IDouble getX()
getX
in interface IVecI
public IDouble getY()
getY
in interface IVecI
public IDouble getZ()
getZ
in interface IVecI
public IPointAgent set(IVecI v)
set
in interface IVecI
public IPointAgent set(double x, double y, double z)
set
in interface IVecI
public IPointAgent set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVecI
public IPointAgent add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
public IPointAgent add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
public IPointAgent add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
public IPointAgent sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
public IPointAgent sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
public IPointAgent sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
public IPointAgent mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
public IPointAgent mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
public IPointAgent div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
public IPointAgent div(double v)
div
in interface ITransformable
div
in interface IVecI
public IPointAgent neg()
neg
in interface ITransformable
neg
in interface IVecI
public IPointAgent rev()
IVecI
rev
in interface IVecI
public IPointAgent flip()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
public IPointAgent add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
public IPointAgent 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 IDouble dot(ISwitchR r, IVecI v)
dot
in interface IVecI
public IVec 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 IDouble 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 IDouble len2(ISwitchR r)
len2
in interface IVecI
public IPointAgent len(IDoubleI l)
len
in interface IVecI
public IPointAgent len(double l)
len
in interface IVecI
public IPointAgent 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 IDouble 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 IDouble 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 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 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 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 IVecI
public 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 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 IDouble angle(ISwitchR r, IVecI v, IVecI axis)
angle
in interface IVecI
public IPointAgent rot(IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointAgent rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointAgent rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointAgent rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPointAgent rot(IVecI axis, IVecI destDir)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
public IPointAgent rot(IVecI center, IVecI axis, IVecI destPt)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
public IPointAgent scale(IDoubleI f)
ITransformable
scale
in interface ITransformable
scale
in interface IVecI
public IPointAgent scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
public IPointAgent scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IPointAgent scale(IVecI center, double f)
scale
in interface ITransformable
scale
in interface IVecI
public IPointAgent scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointAgent scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointAgent scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointAgent scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPointAgent ref(IVecI planeDir)
ITransformable
ref
in interface ITransformable
ref
in interface IVecI
public IPointAgent ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IPointAgent mirror(IVecI planeDir)
ITransformable
mirror
in interface ITransformable
mirror
in interface IVecI
public IPointAgent mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IPointAgent shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
ITransformable
shear
in interface ITransformable
shear
in interface IVecI
public IPointAgent shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPointAgent shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPointAgent shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPointAgent shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointAgent shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointAgent shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointAgent shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPointAgent shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointAgent shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointAgent shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointAgent shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPointAgent shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointAgent shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointAgent shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointAgent shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPointAgent translate(double x, double y, double z)
ITransformable
translate
in interface ITransformable
translate
in interface IVecI
public IPointAgent translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
translate
in interface IVecI
public IPointAgent translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
public IPointAgent transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IPointAgent transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IPointAgent transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVecI
public IPointAgent transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
transform
in interface IVecI
public IPointAgent mv(double x, double y, double z)
ITransformable
mv
in interface ITransformable
mv
in interface IVecI
public IPointAgent mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
mv
in interface IVecI
public IPointAgent mv(IVecI v)
mv
in interface ITransformable
mv
in interface IVecI
public IPointAgent cp()
IObject
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IObject
public IPointAgent cp(double x, double y, double z)
ITransformable
cp
in interface ITransformable
cp
in interface IVecI
public IPointAgent cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
cp
in interface IVecI
public IPointAgent cp(IVecI v)
cp
in interface ITransformable
cp
in interface IVecI
public IVec diff(IVecI v)
diff
in interface IVecI
public IVec mid(IVecI v)
mid
in interface IVecI
public IVec sum(IVecI v)
sum
in interface IVecI
public IVec sum(IVecI... v)
sum
in interface IVecI
public IVec bisect(IVecI v)
bisect
in interface IVecI
public IVec sum(IVecI v2, double w1, double w2)
IVecI
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 IVecI
public IVec nml(IVecI v)
IVecI
nml
in interface IVecI
public IVec nml(IVecI pt1, IVecI pt2)
IVecI
nml
in interface IVecI
public boolean isValid()
IObject
isValid
in interface IVecI
isValid
in class IObject
public java.lang.String toString()
toString
in class java.lang.Object
public IPointAgent setSize(double sz)
public IPointAgent size(double sz)
public double getSize()
public double size()
public IPointAgent name(java.lang.String nm)
name
in class IAgent
public IPointAgent layer(ILayer l)
layer
in class IAgent
public IPointAgent show()
show
in class IAgent
public IPointAgent hide()
hide
in class IAgent
public IPointAgent clr(java.awt.Color c)
clr
in class IAgent
public IPointAgent clr(java.awt.Color c, int alpha)
IObject
clr
in class IAgent
public IPointAgent clr(int gray)
clr
in class IAgent
public IPointAgent clr(float fgray)
clr
in class IAgent
public IPointAgent clr(double dgray)
clr
in class IAgent
public IPointAgent clr(int gray, int alpha)
clr
in class IAgent
public IPointAgent clr(float fgray, float falpha)
clr
in class IAgent
public IPointAgent clr(double dgray, double dalpha)
clr
in class IAgent
public IPointAgent clr(int r, int g, int b)
clr
in class IAgent
public IPointAgent clr(float fr, float fg, float fb)
clr
in class IAgent
public IPointAgent clr(double dr, double dg, double db)
clr
in class IAgent
public IPointAgent clr(int r, int g, int b, int a)
clr
in class IAgent
public IPointAgent clr(float fr, float fg, float fb, float fa)
clr
in class IAgent
public IPointAgent clr(double dr, double dg, double db, double da)
clr
in class IAgent
public IPointAgent hsb(float h, float s, float b, float a)
hsb
in class IAgent
public IPointAgent hsb(double h, double s, double b, double a)
hsb
in class IAgent
public IPointAgent hsb(float h, float s, float b)
hsb
in class IAgent
public IPointAgent hsb(double h, double s, double b)
hsb
in class IAgent
public IPointAgent setColor(java.awt.Color c)
setColor
in class IAgent
public IPointAgent setColor(java.awt.Color c, int alpha)
setColor
in class IAgent
public IPointAgent setColor(int gray)
setColor
in class IAgent
public IPointAgent setColor(float fgray)
setColor
in class IAgent
public IPointAgent setColor(double dgray)
setColor
in class IAgent
public IPointAgent setColor(int gray, int alpha)
setColor
in class IAgent
public IPointAgent setColor(float fgray, float falpha)
setColor
in class IAgent
public IPointAgent setColor(double dgray, double dalpha)
setColor
in class IAgent
public IPointAgent setColor(int r, int g, int b)
setColor
in class IAgent
public IPointAgent setColor(float fr, float fg, float fb)
setColor
in class IAgent
public IPointAgent setColor(double dr, double dg, double db)
setColor
in class IAgent
public IPointAgent setColor(int r, int g, int b, int a)
setColor
in class IAgent
public IPointAgent setColor(float fr, float fg, float fb, float fa)
setColor
in class IAgent
public IPointAgent setColor(double dr, double dg, double db, double da)
setColor
in class IAgent
public IPointAgent setHSBColor(float h, float s, float b, float a)
setHSBColor
in class IAgent
public IPointAgent setHSBColor(double h, double s, double b, double a)
setHSBColor
in class IAgent
public IPointAgent setHSBColor(float h, float s, float b)
setHSBColor
in class IAgent
public IPointAgent setHSBColor(double h, double s, double b)
setHSBColor
in class IAgent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |