public class IParticleOnSurfaceGeo extends IParticleGeo implements IParticleOnSurfaceI
| Modifier and Type | Field and Description |
|---|---|
ISurfaceI |
surface |
boolean |
ufixed |
IVec |
utan |
IVec2 |
uvfrc |
IVec2 |
uvpos |
IVec2 |
uvvel |
boolean |
vfixed |
IVec |
vtan |
defaultFriction, fixed, frc, friction, mass, pos, skipUpdateOnce, velparent, targets| Modifier and Type | Method and Description |
|---|---|
IParticleOnSurfaceGeo |
add(double x,
double y,
double z) |
IParticleOnSurfaceGeo |
add(double f,
IVecI v)
scale add
|
IParticleOnSurfaceGeo |
add(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnSurfaceGeo |
add(IDoubleI f,
IVecI v)
scale add
|
IParticleOnSurfaceGeo |
add(IVecI v) |
IParticleOnSurfaceGeo |
add(IVecI v,
double f)
scale add
|
IParticleOnSurfaceGeo |
add(IVecI v,
IDoubleI f)
scale add
|
IParticleOnSurfaceGeo |
addForce(IVecI f)
adding force (alias of push)
|
IParticleOnSurfaceGeo |
addUVForce(double ufrc,
double vfrc) |
IParticleOnSurfaceGeo |
cp()
cp() is alias of dup()
|
IParticleOnSurfaceGeo |
cp(double x,
double y,
double z)
cp() is alias of dup().add()
|
IParticleOnSurfaceGeo |
cp(IDoubleI x,
IDoubleI y,
IDoubleI z)
cp() is alias of dup().add()
|
IParticleOnSurfaceGeo |
cp(IVecI v)
cp() is alias of dup().add()
|
IParticleOnSurfaceGeo |
decay(double d) |
IParticleOnSurfaceGeo |
div(double v) |
IParticleOnSurfaceGeo |
div(IDoubleI v) |
IParticleOnSurfaceGeo |
dup()
duplicate the instance
|
IParticleOnSurfaceGeo |
fix()
fix movement
|
IParticleOnSurfaceGeo |
fixU() |
IParticleOnSurfaceGeo |
fixV() |
IParticleOnSurfaceGeo |
flip()
alias of neg()
|
IParticleOnSurfaceGeo |
force(IVecI v)
set force
|
IParticleOnSurfaceGeo |
frc(IVecI v)
set force
|
IParticleOnSurfaceGeo |
fric(double friction)
set friction
|
IParticleOnSurfaceGeo |
friction(double friction)
set friction
|
void |
interact(java.util.ArrayList<IDynamics> dynamics)
behavior definition of interaction with other dynamic objects.
|
IParticleOnSurfaceGeo |
mass(double mass)
set mass
|
IParticleOnSurfaceGeo |
mirror(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
mirror(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
mirror(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
mirror(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
mul(double v) |
IParticleOnSurfaceGeo |
mul(IDoubleI v) |
IParticleOnSurfaceGeo |
mv(double x,
double y,
double z)
mv() is alias of add()
|
IParticleOnSurfaceGeo |
mv(IDoubleI x,
IDoubleI y,
IDoubleI z)
mv() is alias of add()
|
IParticleOnSurfaceGeo |
mv(IVecI v)
mv() is alias of add()
|
IParticleOnSurfaceGeo |
neg() |
IParticleOnSurfaceGeo |
pos(IVecI v)
set position
|
IParticleOnSurfaceGeo |
position(IVecI v)
set position
|
void |
postupdate()
this is changed again because force in update cannot be reflected (updated 2014/03/10)
|
void |
preupdate()
update of velocity is done in preupdate (updated 2012/08/26)
|
IParticleOnSurfaceGeo |
pull(IVecI f)
adding negative force
|
IParticleOnSurfaceGeo |
push(IVecI f)
adding force
|
IParticleOnSurfaceGeo |
ref(double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
ref(double centerX,
double centerY,
double centerZ,
double planeX,
double planeY,
double planeZ)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
ref(IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
ref(IVecI center,
IVecI planeDir)
reflect (mirror) 3 dimensionally to the other side of the plane
|
IParticleOnSurfaceGeo |
reset()
setting force zero
|
IParticleOnSurfaceGeo |
resetForce()
setting force zero (alias of reset())
|
IParticleOnSurfaceGeo |
resetUVForce() |
IParticleOnSurfaceGeo |
rev()
alias of neg()
|
IParticleOnSurfaceGeo |
rot(double angle)
rotation on XY plane
|
IParticleOnSurfaceGeo |
rot(double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector
|
IParticleOnSurfaceGeo |
rot(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double angle)
rotation around axis vector and center point
|
IParticleOnSurfaceGeo |
rot(IDoubleI angle)
rotation on XY plane
|
IParticleOnSurfaceGeo |
rot(IVecI axis,
double angle)
rotation around axis vector
|
IParticleOnSurfaceGeo |
rot(IVecI axis,
IDoubleI angle)
rotation around axis vector
|
IParticleOnSurfaceGeo |
rot(IVecI axis,
IVecI destDir)
Rotate to destination direction vector.
|
IParticleOnSurfaceGeo |
rot(IVecI center,
IVecI axis,
double angle)
rotation around axis vector and center point
|
IParticleOnSurfaceGeo |
rot(IVecI center,
IVecI axis,
IDoubleI angle)
rotation around axis vector and center point
|
IParticleOnSurfaceGeo |
rot(IVecI center,
IVecI axis,
IVecI destPt)
Rotate to destination point location.
|
IParticleOnSurfaceGeo |
rot2(double angle)
rotation on xy-plane; alias of rot(double)
|
IParticleOnSurfaceGeo |
rot2(double centerX,
double centerY,
double angle)
rotation on xy-plane
|
IParticleOnSurfaceGeo |
rot2(IDoubleI angle)
rotation on xy-plane; alias of rot(IDoubleI)
|
IParticleOnSurfaceGeo |
rot2(IVecI destDir)
rotation on xy-plane towards destDir
|
IParticleOnSurfaceGeo |
rot2(IVecI center,
double angle)
rotation on xy-plane
|
IParticleOnSurfaceGeo |
rot2(IVecI center,
IDoubleI angle)
rotation on xy-plane
|
IParticleOnSurfaceGeo |
rot2(IVecI center,
IVecI destPt)
rotation on xy-plane towards destPt
|
IParticleOnSurfaceGeo |
scale(double f)
alias of mul
|
IParticleOnSurfaceGeo |
scale(double centerX,
double centerY,
double centerZ,
double f)
scale from a center
|
IParticleOnSurfaceGeo |
scale(IDoubleI f)
alias of mul
|
IParticleOnSurfaceGeo |
scale(IVecI center,
double f)
scale from a center
|
IParticleOnSurfaceGeo |
scale(IVecI center,
IDoubleI f)
scale from a center
|
IParticleOnSurfaceGeo |
scale1d(double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction
|
IParticleOnSurfaceGeo |
scale1d(double centerX,
double centerY,
double centerZ,
double axisX,
double axisY,
double axisZ,
double f)
scale only in 1 direction from a center
|
IParticleOnSurfaceGeo |
scale1d(IVecI axis,
double f)
scale only in 1 direction
|
IParticleOnSurfaceGeo |
scale1d(IVecI axis,
IDoubleI f)
scale only in 1 direction
|
IParticleOnSurfaceGeo |
scale1d(IVecI center,
IVecI axis,
double f)
scale only in 1 direction from a center
|
IParticleOnSurfaceGeo |
scale1d(IVecI center,
IVecI axis,
IDoubleI f)
scale only in 1 direction from a center
|
IParticleOnSurfaceGeo |
set(double x,
double y,
double z) |
IParticleOnSurfaceGeo |
set(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnSurfaceGeo |
set(IVecI v) |
IParticleOnSurfaceGeo |
shear(double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnSurfaceGeo |
shear(IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnSurfaceGeo |
shear(IVecI center,
double sxy,
double syx,
double syz,
double szy,
double szx,
double sxz)
shear operation
|
IParticleOnSurfaceGeo |
shear(IVecI center,
IDoubleI sxy,
IDoubleI syx,
IDoubleI syz,
IDoubleI szy,
IDoubleI szx,
IDoubleI sxz)
shear operation
|
IParticleOnSurfaceGeo |
shearXY(double sxy,
double syx)
shear operation on XY
|
IParticleOnSurfaceGeo |
shearXY(IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnSurfaceGeo |
shearXY(IVecI center,
double sxy,
double syx)
shear operation on XY
|
IParticleOnSurfaceGeo |
shearXY(IVecI center,
IDoubleI sxy,
IDoubleI syx)
shear operation on XY
|
IParticleOnSurfaceGeo |
shearYZ(double syz,
double szy)
shear operation on YZ
|
IParticleOnSurfaceGeo |
shearYZ(IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnSurfaceGeo |
shearYZ(IVecI center,
double syz,
double szy)
shear operation on YZ
|
IParticleOnSurfaceGeo |
shearYZ(IVecI center,
IDoubleI syz,
IDoubleI szy)
shear operation on YZ
|
IParticleOnSurfaceGeo |
shearZX(double szx,
double sxz)
shear operation on ZX
|
IParticleOnSurfaceGeo |
shearZX(IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnSurfaceGeo |
shearZX(IVecI center,
double szx,
double sxz)
shear operation on ZX
|
IParticleOnSurfaceGeo |
shearZX(IVecI center,
IDoubleI szx,
IDoubleI sxz)
shear operation on ZX
|
IParticleOnSurfaceGeo |
skipUpdateOnce(boolean f)
for other agent to control particle
|
IParticleOnSurfaceGeo |
sub(double x,
double y,
double z) |
IParticleOnSurfaceGeo |
sub(IDoubleI x,
IDoubleI y,
IDoubleI z) |
IParticleOnSurfaceGeo |
sub(IVecI v) |
ISurfaceI |
surface() |
IParticleOnSurfaceGeo |
transform(IMatrix3I mat)
transform with a transformation matrix
|
IParticleOnSurfaceGeo |
transform(IMatrix4I mat)
transform with a transformation matrix
|
IParticleOnSurfaceGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec)
transform with a transformation vectors
|
IParticleOnSurfaceGeo |
transform(IVecI xvec,
IVecI yvec,
IVecI zvec,
IVecI translate)
transform with a transformation vectors
|
IParticleOnSurfaceGeo |
translate(double x,
double y,
double z)
translate is alias of add()
|
IParticleOnSurfaceGeo |
translate(IDoubleI x,
IDoubleI y,
IDoubleI z)
alias of add()
|
IParticleOnSurfaceGeo |
translate(IVecI v)
alias of add()
|
boolean |
uFixed() |
IParticleOnSurfaceGeo |
unfix()
unfix movement
|
IParticleOnSurfaceGeo |
unfixU() |
IParticleOnSurfaceGeo |
unfixV() |
IParticleOnSurfaceGeo |
unit()
unitize
|
void |
update()
update of velocity is done in preupdate and update of position is done in update() (updated 2012/08/26)
|
IVec2 |
uv() |
IParticleOnSurfaceGeo |
uv(double u,
double v) |
IVec2 |
uvfrc() |
IParticleOnSurfaceGeo |
uvfrc(double ufrc,
double vfrc) |
IParticleOnSurfaceGeo |
uvpull(double ufrc,
double vfrc) |
IParticleOnSurfaceGeo |
uvpush(double ufrc,
double vfrc) |
IParticleOnSurfaceGeo |
uvreset() |
IVec2 |
uvvel() |
IParticleOnSurfaceGeo |
uvvel(double uvel,
double vvel) |
IParticleOnSurfaceGeo |
vel(IVecI v)
set velocity
|
IParticleOnSurfaceGeo |
velocity(IVecI v)
set velocity
|
boolean |
vFixed() |
IParticleOnSurfaceGeo |
x(double vx)
implementation of IVecI
|
IParticleOnSurfaceGeo |
x(IDoubleI vx)
setting x component
|
IParticleOnSurfaceGeo |
x(IVec2I vx)
setting x component by x component of input vector
|
IParticleOnSurfaceGeo |
x(IVecI vx)
setting x component by x component of input vector
|
IParticleOnSurfaceGeo |
y(double vy)
setting y component
|
IParticleOnSurfaceGeo |
y(IDoubleI vy)
setting y component
|
IParticleOnSurfaceGeo |
y(IVec2I vy)
setting y component by y component of input vector
|
IParticleOnSurfaceGeo |
y(IVecI vy)
setting y component by y component of input vector
|
IParticleOnSurfaceGeo |
z(double vz)
setting z component
|
IParticleOnSurfaceGeo |
z(IDoubleI vz)
setting z component
|
IParticleOnSurfaceGeo |
z(IVecI vz)
setting z component by z component of input vector
|
IParticleOnSurfaceGeo |
zero()
setting all zero
|
acc, acceleration, addForce, angle, angle, angle, angle, angle, angle, angle, angle, bisect, bisect, cross, cross, decay, dif, dif, diff, diff, dist, dist, dist, dist, dist2, dist2, dist2, dist2, dot, dot, dot, dot, eq, eq, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, fixed, force, frc, fric, friction, get, getX, getY, getZ, initParticle, initParticle, initParticle, isValid, len, len, len, len, len, len2, len2, len2, mass, mid, mid, nml, nml, nml, nml, pos, position, pull, push, removeTarget, removeTarget, skipUpdateOnce, sum, sum, sum, sum, sum, sum, sum, target, to2d, to2d, to2d, to2d, to4d, to4d, to4d, toString, vel, velocity, x, x, x, y, y, y, z, z, zinitDynamicsBase, initDynamicsBase, initDynamicsBase, localDynamics, parent, parent, postinteract, preinteract, target, targetNum, targets, updateTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitacc, acceleration, addForce, decay, fixed, force, frc, fric, friction, mass, pos, position, pull, push, removeTarget, removeTarget, skipUpdateOnce, target, target, targetNum, targets, updateTarget, vel, velocityangle, angle, angle, angle, angle, angle, angle, angle, bisect, bisect, cross, cross, dif, dif, diff, diff, dist, dist, dist, dist, dist2, dist2, dist2, dist2, dot, dot, dot, dot, eq, eq, eq, eq, eq, eq, eq, eq, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqX, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqY, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, eqZ, get, getX, getY, getZ, isValid, len, len, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, sum, sum, sum, sum, sum, sum, sum, to2d, to2d, to2d, to2d, to4d, to4d, to4d, x, x, x, y, y, y, z, z, zpublic ISurfaceI surface
public IVec2 uvpos
public IVec2 uvvel
public IVec2 uvfrc
public IVec utan
public IVec vtan
public boolean ufixed
public boolean vfixed
public IParticleOnSurfaceGeo(ISurfaceI srf)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, double uvel, double vvel)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, double uvel, double vvel, IVec pos)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, IObject parent)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, double uvel, double vvel, IObject parent)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, IVec pos, IObject parent)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, double uvel, double vvel, IVec pos, IObject parent)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, double uvel, double vvel, IPoint pt)
public IParticleOnSurfaceGeo(ISurfaceI srf, double u, double v, double uvel, double vvel, IPointR pt)
public IParticleOnSurfaceGeo(ISurface srf)
public IParticleOnSurfaceGeo(ISurface srf, double u, double v)
public IParticleOnSurfaceGeo(ISurface srf, double u, double v, double uvel, double vvel)
public IParticleOnSurfaceGeo(ISurface srf, double u, double v, double uvel, double vvel, IVec pos)
public IParticleOnSurfaceGeo(IParticleOnSurfaceGeo p)
public IParticleOnSurfaceGeo(IParticleOnSurfaceGeo p, IVec pos)
public IParticleOnSurfaceGeo(IParticleOnSurfaceGeo p, IObject parent)
public IParticleOnSurfaceGeo(IParticleOnSurfaceGeo p, IVec pos, IObject parent)
public IParticleOnSurfaceGeo dup()
ITransformabledup in interface IArithmeticVal<IVecI,IDoubleI>dup in interface ITransformabledup in interface IVecIdup in class IParticleGeopublic ISurfaceI surface()
surface in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo fix()
IParticleIfix in interface IParticleIfix in class IParticleGeopublic IParticleOnSurfaceGeo unfix()
IParticleIunfix in interface IParticleIunfix in class IParticleGeopublic IParticleOnSurfaceGeo skipUpdateOnce(boolean f)
IParticleGeoskipUpdateOnce in interface IParticleIskipUpdateOnce in class IParticleGeopublic IParticleOnSurfaceGeo mass(double mass)
IParticleImass in interface IParticleImass in class IParticleGeopublic IParticleOnSurfaceGeo position(IVecI v)
IParticleIposition in interface IParticleIposition in class IParticleGeopublic IParticleOnSurfaceGeo pos(IVecI v)
IParticleIpos in interface IParticleIpos in class IParticleGeopublic IParticleOnSurfaceGeo velocity(IVecI v)
IParticleIvelocity in interface IParticleIvelocity in class IParticleGeopublic IParticleOnSurfaceGeo vel(IVecI v)
IParticleIvel in interface IParticleIvel in class IParticleGeopublic IParticleOnSurfaceGeo force(IVecI v)
IParticleIforce in interface IParticleIforce in class IParticleGeopublic IParticleOnSurfaceGeo frc(IVecI v)
IParticleIfrc in interface IParticleIfrc in class IParticleGeopublic IParticleOnSurfaceGeo friction(double friction)
IParticleIfriction in interface IParticleIfriction in class IParticleGeopublic IParticleOnSurfaceGeo fric(double friction)
IParticleIfric in interface IParticleIfric in class IParticleGeopublic IParticleOnSurfaceGeo decay(double d)
decay in interface IParticleIdecay in class IParticleGeopublic IParticleOnSurfaceGeo push(IVecI f)
IParticleGeopush in interface IParticleIpush in class IParticleGeopublic IParticleOnSurfaceGeo pull(IVecI f)
IParticleGeopull in interface IParticleIpull in class IParticleGeopublic IParticleOnSurfaceGeo addForce(IVecI f)
IParticleGeoaddForce in interface IParticleIaddForce in class IParticleGeopublic IParticleOnSurfaceGeo reset()
IParticleGeoreset in interface IParticleIreset in class IParticleGeopublic IParticleOnSurfaceGeo resetForce()
IParticleGeoresetForce in interface IParticleIresetForce in class IParticleGeopublic IParticleOnSurfaceGeo uv(double u, double v)
uv in interface IParticleOnSurfaceIpublic IVec2 uv()
uv in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo uvvel(double uvel, double vvel)
uvvel in interface IParticleOnSurfaceIpublic IVec2 uvvel()
uvvel in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo uvfrc(double ufrc, double vfrc)
uvfrc in interface IParticleOnSurfaceIpublic IVec2 uvfrc()
uvfrc in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo addUVForce(double ufrc, double vfrc)
addUVForce in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo resetUVForce()
resetUVForce in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo uvpush(double ufrc, double vfrc)
uvpush in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo uvpull(double ufrc, double vfrc)
uvpull in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo uvreset()
uvreset in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo fixU()
fixU in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo fixV()
fixV in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo unfixU()
unfixU in interface IParticleOnSurfaceIpublic IParticleOnSurfaceGeo unfixV()
unfixV in interface IParticleOnSurfaceIpublic boolean uFixed()
uFixed in interface IParticleOnSurfaceIpublic boolean vFixed()
vFixed in interface IParticleOnSurfaceIpublic void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamicsBaseinteract in interface IDynamicsinteract in class IDynamicsBasepublic void preupdate()
preupdate in interface IDynamicspreupdate in class IParticleGeopublic void update()
update in interface IDynamicsupdate in class IParticleGeopublic void postupdate()
IParticleGeopostupdate in interface IDynamicspostupdate in class IParticleGeopublic IParticleOnSurfaceGeo x(double vx)
x in interface IVecIx in class IParticleGeopublic IParticleOnSurfaceGeo y(double vy)
IVecIy in interface IVecIy in class IParticleGeopublic IParticleOnSurfaceGeo z(double vz)
IVecIz in interface IVecIz in class IParticleGeopublic IParticleOnSurfaceGeo x(IDoubleI vx)
IVecIx in interface IVecIx in class IParticleGeopublic IParticleOnSurfaceGeo y(IDoubleI vy)
IVecIy in interface IVecIy in class IParticleGeopublic IParticleOnSurfaceGeo z(IDoubleI vz)
IVecIz in interface IVecIz in class IParticleGeopublic IParticleOnSurfaceGeo x(IVecI vx)
IParticleGeox in interface IVecIx in class IParticleGeopublic IParticleOnSurfaceGeo y(IVecI vy)
IParticleGeoy in interface IVecIy in class IParticleGeopublic IParticleOnSurfaceGeo z(IVecI vz)
IParticleGeoz in interface IVecIz in class IParticleGeopublic IParticleOnSurfaceGeo x(IVec2I vx)
IParticleGeox in interface IVecIx in class IParticleGeopublic IParticleOnSurfaceGeo y(IVec2I vy)
IParticleGeoy in interface IVecIy in class IParticleGeopublic IParticleOnSurfaceGeo set(IVecI v)
set in interface IArithmeticVal<IVecI,IDoubleI>set in interface IVecIset in class IParticleGeopublic IParticleOnSurfaceGeo set(double x, double y, double z)
set in interface IVecIset in class IParticleGeopublic IParticleOnSurfaceGeo set(IDoubleI x, IDoubleI y, IDoubleI z)
set in interface IVecIset in class IParticleGeopublic IParticleOnSurfaceGeo add(double x, double y, double z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnSurfaceGeo add(IDoubleI x, IDoubleI y, IDoubleI z)
add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnSurfaceGeo add(IVecI v)
add in interface IArithmeticVal<IVecI,IDoubleI>add in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnSurfaceGeo sub(double x, double y, double z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnSurfaceGeo sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnSurfaceGeo sub(IVecI v)
sub in interface IArithmeticVal<IVecI,IDoubleI>sub in interface ITransformablesub in interface IVecIsub in class IParticleGeopublic IParticleOnSurfaceGeo mul(IDoubleI v)
mul in interface IArithmeticVal<IVecI,IDoubleI>mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IParticleOnSurfaceGeo mul(double v)
mul in interface ITransformablemul in interface IVecImul in class IParticleGeopublic IParticleOnSurfaceGeo div(IDoubleI v)
div in interface IArithmeticVal<IVecI,IDoubleI>div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IParticleOnSurfaceGeo div(double v)
div in interface ITransformablediv in interface IVecIdiv in class IParticleGeopublic IParticleOnSurfaceGeo neg()
neg in interface ITransformableneg in interface IVecIneg in class IParticleGeopublic IParticleOnSurfaceGeo rev()
IVecIrev in interface IVecIrev in class IParticleGeopublic IParticleOnSurfaceGeo flip()
IVecIflip in interface ITransformableflip in interface IVecIflip in class IParticleGeopublic IParticleOnSurfaceGeo zero()
IVecIzero in interface IArithmeticVal<IVecI,IDoubleI>zero in interface IVecIzero in class IParticleGeopublic IParticleOnSurfaceGeo add(IVecI v, double f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnSurfaceGeo add(IVecI v, IDoubleI f)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnSurfaceGeo add(double f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnSurfaceGeo add(IDoubleI f, IVecI v)
IVecIadd in interface ITransformableadd in interface IVecIadd in class IParticleGeopublic IParticleOnSurfaceGeo unit()
IVecIunit in interface IVecIunit in class IParticleGeopublic IParticleOnSurfaceGeo rot(IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(IVecI center, IVecI axis, double angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(IVecI center, IVecI axis, IDoubleI angle)
IVecIrot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecIrot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(IVecI axis, IVecI destDir)
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot(IVecI center, IVecI axis, IVecI destPt)
rot in interface ITransformablerot in interface IVecIrot in class IParticleGeopublic IParticleOnSurfaceGeo rot2(double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnSurfaceGeo rot2(IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnSurfaceGeo rot2(IVecI center, double angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnSurfaceGeo rot2(IVecI center, IDoubleI angle)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnSurfaceGeo rot2(double centerX, double centerY, double angle)
rot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnSurfaceGeo rot2(IVecI destDir)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnSurfaceGeo rot2(IVecI center, IVecI destPt)
rot2 in interface ITransformablerot2 in interface IVecIrot2 in class IParticleGeopublic IParticleOnSurfaceGeo scale(IDoubleI f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnSurfaceGeo scale(double f)
scale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnSurfaceGeo scale(IVecI center, IDoubleI f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnSurfaceGeo scale(IVecI center, double f)
IVecIscale in interface ITransformablescale in interface IVecIscale in class IParticleGeopublic IParticleOnSurfaceGeo scale(double centerX, double centerY, double centerZ, double f)
IVecIscale in interface IVecIscale in class IParticleGeopublic IParticleOnSurfaceGeo scale1d(IVecI axis, double f)
scale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnSurfaceGeo scale1d(IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnSurfaceGeo scale1d(double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnSurfaceGeo scale1d(IVecI center, IVecI axis, double f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnSurfaceGeo scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecIscale1d in interface ITransformablescale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnSurfaceGeo scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecIscale1d in interface IVecIscale1d in class IParticleGeopublic IParticleOnSurfaceGeo ref(IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IParticleOnSurfaceGeo ref(double planeX, double planeY, double planeZ)
ref in interface IVecIref in class IParticleGeopublic IParticleOnSurfaceGeo ref(IVecI center, IVecI planeDir)
ref in interface ITransformableref in interface IVecIref in class IParticleGeopublic IParticleOnSurfaceGeo ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
ref in interface IVecIref in class IParticleGeopublic IParticleOnSurfaceGeo mirror(IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IParticleOnSurfaceGeo mirror(double planeX, double planeY, double planeZ)
mirror in interface IVecImirror in class IParticleGeopublic IParticleOnSurfaceGeo mirror(IVecI center, IVecI planeDir)
mirror in interface ITransformablemirror in interface IVecImirror in class IParticleGeopublic IParticleOnSurfaceGeo mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
mirror in interface IVecImirror in class IParticleGeopublic IParticleOnSurfaceGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnSurfaceGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnSurfaceGeo shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnSurfaceGeo shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecIshear in interface ITransformableshear in interface IVecIshear in class IParticleGeopublic IParticleOnSurfaceGeo shearXY(double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnSurfaceGeo shearXY(IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnSurfaceGeo shearXY(IVecI center, double sxy, double syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnSurfaceGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecIshearXY in interface ITransformableshearXY in interface IVecIshearXY in class IParticleGeopublic IParticleOnSurfaceGeo shearYZ(double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnSurfaceGeo shearYZ(IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnSurfaceGeo shearYZ(IVecI center, double syz, double szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnSurfaceGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecIshearYZ in interface ITransformableshearYZ in interface IVecIshearYZ in class IParticleGeopublic IParticleOnSurfaceGeo shearZX(double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnSurfaceGeo shearZX(IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnSurfaceGeo shearZX(IVecI center, double szx, double sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnSurfaceGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecIshearZX in interface ITransformableshearZX in interface IVecIshearZX in class IParticleGeopublic IParticleOnSurfaceGeo translate(double x, double y, double z)
translate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnSurfaceGeo translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnSurfaceGeo translate(IVecI v)
IVecItranslate in interface ITransformabletranslate in interface IVecItranslate in class IParticleGeopublic IParticleOnSurfaceGeo transform(IMatrix3I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnSurfaceGeo transform(IMatrix4I mat)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnSurfaceGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnSurfaceGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecItransform in interface ITransformabletransform in interface IVecItransform in class IParticleGeopublic IParticleOnSurfaceGeo mv(double x, double y, double z)
mv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnSurfaceGeo mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnSurfaceGeo mv(IVecI v)
IVecImv in interface ITransformablemv in interface IVecImv in class IParticleGeopublic IParticleOnSurfaceGeo cp()
cp in interface IArithmeticVal<IVecI,IDoubleI>cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnSurfaceGeo cp(double x, double y, double z)
cp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnSurfaceGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeopublic IParticleOnSurfaceGeo cp(IVecI v)
IVecIcp in interface ITransformablecp in interface IVecIcp in class IParticleGeo