|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.IDynamicsBase
igeo.IParticle
public class IParticle
Class of an implementation of IDynamics to have physical attributes of point. It has attributes of position, velocity, acceleration, force, and mass. Position is provided from outside to be linked.
Field Summary | |
---|---|
(package private) static double |
defaultFriction
|
(package private) boolean |
fixed
|
IVec |
frc
|
double |
friction
|
double |
mass
|
IVec |
pos
|
IVec |
vel
|
Fields inherited from class igeo.IDynamicsBase |
---|
parent, targets |
Constructor Summary | |
---|---|
IParticle(double x,
double y,
double z)
|
|
IParticle(double x,
double y,
double z,
double vx,
double vy,
double vz)
|
|
IParticle(double x,
double y,
double z,
double vx,
double vy,
double vz,
IObject parent)
|
|
IParticle(double x,
double y,
double z,
IObject parent)
|
|
IParticle(IParticle ptcl)
|
|
IParticle(IParticle ptcl,
IObject parent)
|
|
IParticle(IParticle ptcl,
IVecI v)
|
|
IParticle(IParticle ptcl,
IVecI v,
IObject parent)
|
|
IParticle(IPoint pt)
|
|
IParticle(IPoint pt,
IVecI v)
|
|
IParticle(IPointR pt)
|
|
IParticle(IPointR pt,
IVecI v)
|
|
IParticle(IVec pos)
|
|
IParticle(IVecI p)
|
|
IParticle(IVecI p,
IObject parent)
|
|
IParticle(IVecI p,
IVecI v)
|
|
IParticle(IVecI p,
IVecI v,
IObject parent)
|
|
IParticle(IVec pos,
IObject parent)
|
|
IParticle(IVec pos,
IVec vel)
|
|
IParticle(IVec pos,
IVec vel,
IObject parent)
|
Method Summary | |
---|---|
IVec |
acc()
get acceleration; acceleration is calculated from frc and mass |
IVec |
acceleration()
get acceleration; acceleration is calculated from frc and mass |
IParticle |
add(double x,
double y,
double z)
|
IParticle |
add(double f,
IVecI v)
scale add alias |
IParticle |
add(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
add(IDoubleI f,
IVecI v)
scale add alias |
IParticle |
add(IVecI v)
|
IParticle |
add(IVecI v,
double f)
scale add |
IParticle |
add(IVecI v,
IDoubleI f)
scale add |
IParticle |
addForce(IVecI f)
adding force (alias of push) |
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 |
IParticle |
cp()
cp() is alias of dup() |
IParticle |
cp(double x,
double y,
double z)
cp() is alias of dup().add() |
IParticle |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
cp(IVecI v)
|
IVec |
cross(IVecI v)
cross product creates a new instance |
double |
decay()
|
IParticle |
decay(double d)
|
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 |
IParticle |
div(double v)
|
IParticle |
div(IDoubleI v)
|
double |
dot(ISwitchE e,
IVecI v)
|
IDouble |
dot(ISwitchR r,
IVecI v)
|
double |
dot(IVecI v)
|
IParticle |
dup()
duplicate the instance |
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)
|
IParticle |
fix()
|
IParticle |
flip()
alias of neg |
IVec |
force()
get force |
IParticle |
force(IVecI v)
set force |
IVec |
frc()
get force |
IParticle |
frc(IVecI v)
set force |
double |
fric()
get friction |
IParticle |
fric(double friction)
set friction |
double |
friction()
get friction |
IParticle |
friction(double friction)
set friction |
IVec |
get()
|
IDouble |
getX()
|
IDouble |
getY()
|
IDouble |
getZ()
|
void |
initParticle()
|
void |
initParticle(IVec v)
|
void |
initParticle(IVecI v)
|
void |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects. |
boolean |
isValid()
checking x, y, and z is valid number (not Infinite, nor NaN). |
double |
len()
|
IParticle |
len(double l)
|
IParticle |
len(IDoubleI l)
|
double |
len(ISwitchE e)
|
IDouble |
len(ISwitchR r)
|
double |
len2()
square of length |
double |
len2(ISwitchE e)
|
IDouble |
len2(ISwitchR r)
|
double |
mass()
get mass |
IParticle |
mass(double mass)
set mass |
IVec |
mid(IVecI v)
create a new instance of midpoint |
IParticle |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticle |
mirror(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticle |
mul(double v)
|
IParticle |
mul(IDoubleI v)
|
IParticle |
mv(double x,
double y,
double z)
mv() is alias of add() |
IParticle |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
mv(IVecI v)
|
IParticle |
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 |
IVec |
pos()
get position |
IParticle |
pos(IVecI v)
set position |
IVec |
position()
get position |
IParticle |
position(IVecI v)
set position |
IParticle |
pull(IVecI f)
adding negative force |
IParticle |
push(IVecI f)
adding force |
IParticle |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticle |
ref(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane |
IParticle |
reset()
setting force zero |
IParticle |
resetForce()
setting force zero (alias of reset()) |
IParticle |
rev()
alias of neg() |
IParticle |
rot(double angle)
|
IParticle |
rot(IDoubleI angle)
rotation around z-axis and origin |
IParticle |
rot(IVecI axis,
double angle)
|
IParticle |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector |
IParticle |
rot(IVecI axis,
IVecI destDir)
Rotate to destination direction vector. |
IParticle |
rot(IVecI center,
IVecI axis,
double angle)
|
IParticle |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center |
IParticle |
rot(IVecI center,
IVecI axis,
IVecI destPt)
Rotate to destination point location. |
IParticle |
rot2(double angle)
rotation on xy-plane around origin; same with rot(double) |
IParticle |
rot2(IDoubleI angle)
rotation on xy-plane around origin; same with rot(IDoubleI) |
IParticle |
rot2(IVecI destDir)
Rotation on xy-plane to destination direction vector. |
IParticle |
rot2(IVecI center,
double angle)
|
IParticle |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane around center |
IParticle |
rot2(IVecI center,
IVecI destPt)
Rotation on xy-plane to destination point location. |
IParticle |
scale(double f)
alias of mul |
IParticle |
scale(IDoubleI f)
alias of mul |
IParticle |
scale(IVecI center,
double f)
|
IParticle |
scale(IVecI center,
IDoubleI f)
|
IParticle |
scale1d(IVecI axis,
double f)
scale only in 1 direction |
IParticle |
scale1d(IVecI axis,
IDoubleI f)
|
IParticle |
scale1d(IVecI center,
IVecI axis,
double f)
|
IParticle |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
|
IParticle |
set(double x,
double y,
double z)
|
IParticle |
set(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
set(IVecI v)
|
IParticle |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation |
IParticle |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IParticle |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
|
IParticle |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
|
IParticle |
shearXY(double sxy,
double syx)
|
IParticle |
shearXY(IDoubleI sxy,
IDoubleI syx)
|
IParticle |
shearXY(IVecI center,
double sxy,
double syx)
|
IParticle |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
|
IParticle |
shearYZ(double syz,
double szy)
|
IParticle |
shearYZ(IDoubleI syz,
IDoubleI szy)
|
IParticle |
shearYZ(IVecI center,
double syz,
double szy)
|
IParticle |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
|
IParticle |
shearZX(double szx,
double sxz)
|
IParticle |
shearZX(IDoubleI szx,
IDoubleI sxz)
|
IParticle |
shearZX(IVecI center,
double szx,
double sxz)
|
IParticle |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
|
IParticle |
sub(double x,
double y,
double z)
|
IParticle |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
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()
|
IParticle |
transform(IMatrix3I mat)
|
IParticle |
transform(IMatrix4I mat)
|
IParticle |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
|
IParticle |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
|
IParticle |
translate(double x,
double y,
double z)
translate is alias of add() |
IParticle |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
|
IParticle |
translate(IVecI v)
|
IParticle |
unfix()
|
IParticle |
unit()
|
void |
update()
behavior definition of updating dynamics in each time frame |
IVec |
vel()
get velocity |
IParticle |
vel(IVecI v)
set velocity |
IVec |
velocity()
get velocity |
IParticle |
velocity(IVecI v)
set velocity |
double |
x()
implements of IVecI |
double |
y()
|
double |
z()
|
IParticle |
zero()
setting all zero |
Methods inherited from class igeo.IDynamicsBase |
---|
initDynamicsBase, initDynamicsBase, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, target, target, targetNum, targets, updateTarget |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static double defaultFriction
public double mass
public IVec pos
public IVec vel
public IVec frc
boolean fixed
public double friction
Constructor Detail |
---|
public IParticle(IVec pos)
public IParticle(IVec pos, IObject parent)
public IParticle(IVecI p)
public IParticle(IVecI p, IObject parent)
public IParticle(double x, double y, double z)
public IParticle(double x, double y, double z, IObject parent)
public IParticle(IPoint pt)
public IParticle(IPointR pt)
public IParticle(IParticle ptcl)
public IParticle(IParticle ptcl, IObject parent)
public IParticle(IVec pos, IVec vel)
public IParticle(IVec pos, IVec vel, IObject parent)
public IParticle(IVecI p, IVecI v)
public IParticle(IVecI p, IVecI v, IObject parent)
public IParticle(double x, double y, double z, double vx, double vy, double vz)
public IParticle(double x, double y, double z, double vx, double vy, double vz, IObject parent)
public IParticle(IPoint pt, IVecI v)
public IParticle(IPointR pt, IVecI v)
public IParticle(IParticle ptcl, IVecI v)
public IParticle(IParticle ptcl, IVecI v, IObject parent)
Method Detail |
---|
public void initParticle()
public void initParticle(IVec v)
public void initParticle(IVecI v)
public IParticle dup()
ITransformable
dup
in interface ITransformable
dup
in interface IVecI
public IParticle fix()
public IParticle unfix()
public double mass()
IParticleI
mass
in interface IParticleI
public IParticle mass(double mass)
IParticleI
mass
in interface IParticleI
public IVec position()
IParticleI
position
in interface IParticleI
public IParticle position(IVecI v)
IParticleI
position
in interface IParticleI
public IVec pos()
IParticleI
pos
in interface IParticleI
public IParticle pos(IVecI v)
IParticleI
pos
in interface IParticleI
public IVec velocity()
IParticleI
velocity
in interface IParticleI
public IParticle velocity(IVecI v)
IParticleI
velocity
in interface IParticleI
public IVec vel()
IParticleI
vel
in interface IParticleI
public IParticle vel(IVecI v)
IParticleI
vel
in interface IParticleI
public IVec acceleration()
acceleration
in interface IParticleI
public IVec acc()
acc
in interface IParticleI
public IVec force()
IParticleI
force
in interface IParticleI
public IParticle force(IVecI v)
IParticleI
force
in interface IParticleI
public IVec frc()
IParticleI
frc
in interface IParticleI
public IParticle frc(IVecI v)
IParticleI
frc
in interface IParticleI
public double friction()
IParticleI
friction
in interface IParticleI
public IParticle friction(double friction)
IParticleI
friction
in interface IParticleI
public double fric()
IParticleI
fric
in interface IParticleI
public IParticle fric(double friction)
IParticleI
fric
in interface IParticleI
public double decay()
decay
in interface IParticleI
public IParticle decay(double d)
decay
in interface IParticleI
public IParticle push(IVecI f)
push
in interface IParticleI
public IParticle pull(IVecI f)
pull
in interface IParticleI
public IParticle addForce(IVecI f)
addForce
in interface IParticleI
public IParticle reset()
reset
in interface IParticleI
public IParticle resetForce()
resetForce
in interface IParticleI
public void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamicsBase
interact
in interface IDynamics
interact
in class IDynamicsBase
public void update()
IDynamicsBase
update
in interface IDynamics
update
in class IDynamicsBase
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 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 IParticle set(IVecI v)
set
in interface IVecI
public IParticle set(double x, double y, double z)
set
in interface IVecI
public IParticle set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVecI
public IParticle add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
public IParticle add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
public IParticle add(IVecI v)
add
in interface ITransformable
add
in interface IVecI
public IParticle sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
public IParticle sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
public IParticle sub(IVecI v)
sub
in interface ITransformable
sub
in interface IVecI
public IParticle mul(IDoubleI v)
mul
in interface ITransformable
mul
in interface IVecI
public IParticle mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
public IParticle div(IDoubleI v)
div
in interface ITransformable
div
in interface IVecI
public IParticle div(double v)
div
in interface ITransformable
div
in interface IVecI
public IParticle neg()
neg
in interface ITransformable
neg
in interface IVecI
public IParticle rev()
IVecI
rev
in interface IVecI
public IParticle flip()
ITransformable
flip
in interface ITransformable
flip
in interface IVecI
public IParticle zero()
IVecI
zero
in interface IVecI
public IParticle add(IVecI v, double f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
public IParticle add(IVecI v, IDoubleI f)
ITransformable
add
in interface ITransformable
add
in interface IVecI
public IParticle add(double f, IVecI v)
ITransformable
add
in interface ITransformable
public IParticle add(IDoubleI f, IVecI v)
ITransformable
add
in interface ITransformable
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 IParticle len(IDoubleI l)
len
in interface IVecI
public IParticle len(double l)
len
in interface IVecI
public IParticle 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 IParticle rot(IDoubleI angle)
ITransformable
rot
in interface ITransformable
public IParticle rot(double angle)
rot
in interface ITransformable
public IParticle rot(IVecI axis, IDoubleI angle)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
public IParticle rot(IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IParticle rot(IVecI center, IVecI axis, double angle)
rot
in interface ITransformable
rot
in interface IVecI
public IParticle rot(IVecI center, IVecI axis, IDoubleI angle)
ITransformable
rot
in interface ITransformable
rot
in interface IVecI
public IParticle rot(IVecI axis, IVecI destDir)
rot
in interface ITransformable
rot
in interface IVecI
public IParticle rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ITransformable
rot
in interface IVecI
public IParticle rot2(IDoubleI angle)
ITransformable
rot2
in interface ITransformable
public IParticle rot2(double angle)
ITransformable
rot2
in interface ITransformable
public IParticle rot2(IVecI center, double angle)
rot2
in interface ITransformable
public IParticle rot2(IVecI center, IDoubleI angle)
ITransformable
rot2
in interface ITransformable
public IParticle rot2(IVecI destDir)
rot2
in interface ITransformable
public IParticle rot2(IVecI center, IVecI destPt)
rot2
in interface ITransformable
public IParticle scale(IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IParticle scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
public IParticle scale(IVecI center, IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
public IParticle scale(IVecI center, double f)
scale
in interface ITransformable
scale
in interface IVecI
public IParticle scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IParticle scale1d(IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IParticle scale1d(IVecI center, IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IParticle scale1d(IVecI center, IVecI axis, IDoubleI f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
public IParticle ref(IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IParticle ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
public IParticle mirror(IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IParticle mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
public IParticle shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IParticle shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IParticle shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IParticle shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
shear
in interface ITransformable
shear
in interface IVecI
public IParticle shearXY(double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IParticle shearXY(IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IParticle shearXY(IVecI center, double sxy, double syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IParticle shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
shearXY
in interface ITransformable
shearXY
in interface IVecI
public IParticle shearYZ(double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IParticle shearYZ(IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IParticle shearYZ(IVecI center, double syz, double szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IParticle shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
public IParticle shearZX(double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IParticle shearZX(IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IParticle shearZX(IVecI center, double szx, double sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IParticle shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
shearZX
in interface ITransformable
shearZX
in interface IVecI
public IParticle translate(double x, double y, double z)
translate
in interface ITransformable
translate
in interface IVecI
public IParticle translate(IDoubleI x, IDoubleI y, IDoubleI z)
translate
in interface ITransformable
translate
in interface IVecI
public IParticle translate(IVecI v)
translate
in interface ITransformable
translate
in interface IVecI
public IParticle transform(IMatrix3I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IParticle transform(IMatrix4I mat)
transform
in interface ITransformable
transform
in interface IVecI
public IParticle transform(IVecI xvec, IVecI yvec, IVecI zvec)
transform
in interface ITransformable
transform
in interface IVecI
public IParticle transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
transform
in interface ITransformable
transform
in interface IVecI
public IParticle mv(double x, double y, double z)
mv
in interface ITransformable
mv
in interface IVecI
public IParticle mv(IDoubleI x, IDoubleI y, IDoubleI z)
mv
in interface ITransformable
mv
in interface IVecI
public IParticle mv(IVecI v)
mv
in interface ITransformable
mv
in interface IVecI
public IParticle cp()
cp
in interface ITransformable
cp
in interface IVecI
public IParticle cp(double x, double y, double z)
cp
in interface ITransformable
cp
in interface IVecI
public IParticle cp(IDoubleI x, IDoubleI y, IDoubleI z)
cp
in interface ITransformable
cp
in interface IVecI
public IParticle cp(IVecI v)
cp
in interface ITransformable
cp
in interface IVecI
public IVec dif(IVecI v)
IVecI
dif
in interface IVecI
public IVec diff(IVecI v)
IVecI
diff
in interface IVecI
public IVec mid(IVecI v)
IVecI
mid
in interface IVecI
public IVec sum(IVecI v)
IVecI
sum
in interface IVecI
public IVec sum(IVecI... v)
IVecI
sum
in interface IVecI
public 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 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
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |