|
|||||||||
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(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IPoint |
add(IVecI v)
|
IPoint |
add(IVecI v,
double f)
scale add |
IPoint |
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)
|
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 |
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 |
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)
|
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)
|
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(IVecI axis,
double angle)
|
IPoint |
rot(IVecI axis,
IDoubleI angle)
|
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)
|
IPoint |
rot(IVecI center,
IVecI axis,
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)
|
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()
|
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()
|
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, 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 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 IPoint 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 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 ITransformable
add
in interface IVecI
public IPoint add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
public IPoint add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
public IPoint sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
public IPoint sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
public IPoint sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
public IPoint mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
public IPoint mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
public IPoint div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
public IPoint div(double v)
div
in interface ITransformable
div
in interface IVecI
public IPoint neg()
neg
in interface ITransformable
neg
in interface IVecI
public IPoint rev()
IVecI
rev
in interface IVecI
public IPoint flip()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
public IPoint add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
public IPoint 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 IPoint len(IDoubleI l)
len
in interface IVecI
public IPoint len(double l)
len
in interface IVecI
public IPoint 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 IPoint rot(IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPoint rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPoint rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPoint rot(IVecI center, IVecI axis, IDoubleI angle)
rot
in interface ITransformable
rot
in interface IVecI
public IPoint rot(IVecI axis, IVecI destDir)
rot
in interface ITransformable
rot
in interface IVecI
public IPoint rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ITransformable
rot
in interface IVecI
public IPoint scale(IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IPoint scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
public IPoint scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IPoint scale(IVecI center, double f)
scale
in interface ITransformable
scale
in interface IVecI
public IPoint scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPoint scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPoint scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPoint scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IPoint ref(IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IPoint ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IPoint mirror(IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IPoint mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IPoint shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPoint shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPoint shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPoint shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IPoint shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPoint shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPoint shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPoint shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IPoint shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPoint shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPoint shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPoint shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IPoint shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPoint shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPoint shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPoint shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IPoint translate(double x, double y, double z)
translate
in interface ITransformable
translate
in interface IVecI
public IPoint translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
translate
in interface IVecI
public IPoint translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
public IPoint transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IPoint transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IPoint transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVecI
public IPoint transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
transform
in interface IVecI
public IPoint mv(double x, double y, double z)
mv
in interface ITransformable
mv
in interface IVecI
public IPoint mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
mv
in interface IVecI
public IPoint mv(IVecI v)
mv
in interface ITransformable
mv
in interface IVecI
public IPoint cp()
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IObject
public IPoint cp(double x, double y, double z)
cp
in interface ITransformable
cp
in interface IVecI
public IPoint cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
cp
in interface IVecI
public IPoint 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)
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)
nml
in interface IVecI
public IVec nml(IVecI pt1, IVecI pt2)
nml
in interface IVecI
public boolean isValid()
isValid
in interface IVecI
isValid
in class IObject
public java.lang.String toString()
toString
in class java.lang.Object
public 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 IObject
public IPoint layer(ILayer l)
layer
in class IObject
public IPoint hide()
hide
in class IObject
public IPoint show()
show
in class IObject
public IPoint clr(java.awt.Color c)
clr
in class IObject
public IPoint clr(java.awt.Color c, int alpha)
IObject
clr
in class IObject
public IPoint clr(int gray)
clr
in class IObject
public IPoint clr(float fgray)
clr
in class IObject
public 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 IObject
public IPoint setColor(java.awt.Color c)
setColor
in class IObject
public IPoint setColor(java.awt.Color c, int alpha)
setColor
in class IObject
public IPoint setColor(int gray)
setColor
in class IObject
public IPoint setColor(float fgray)
setColor
in class IObject
public 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 |