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, vel
parent, 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, z
initDynamicsBase, initDynamicsBase, initDynamicsBase, localDynamics, parent, parent, postinteract, preinteract, target, targetNum, targets, updateTarget
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
acc, acceleration, addForce, decay, fixed, force, frc, fric, friction, mass, pos, position, pull, push, removeTarget, removeTarget, skipUpdateOnce, target, target, targetNum, targets, updateTarget, vel, velocity
angle, 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, z
public 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()
ITransformable
dup
in interface IArithmeticVal<IVecI,IDoubleI>
dup
in interface ITransformable
dup
in interface IVecI
dup
in class IParticleGeo
public ISurfaceI surface()
surface
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo fix()
IParticleI
fix
in interface IParticleI
fix
in class IParticleGeo
public IParticleOnSurfaceGeo unfix()
IParticleI
unfix
in interface IParticleI
unfix
in class IParticleGeo
public IParticleOnSurfaceGeo skipUpdateOnce(boolean f)
IParticleGeo
skipUpdateOnce
in interface IParticleI
skipUpdateOnce
in class IParticleGeo
public IParticleOnSurfaceGeo mass(double mass)
IParticleI
mass
in interface IParticleI
mass
in class IParticleGeo
public IParticleOnSurfaceGeo position(IVecI v)
IParticleI
position
in interface IParticleI
position
in class IParticleGeo
public IParticleOnSurfaceGeo pos(IVecI v)
IParticleI
pos
in interface IParticleI
pos
in class IParticleGeo
public IParticleOnSurfaceGeo velocity(IVecI v)
IParticleI
velocity
in interface IParticleI
velocity
in class IParticleGeo
public IParticleOnSurfaceGeo vel(IVecI v)
IParticleI
vel
in interface IParticleI
vel
in class IParticleGeo
public IParticleOnSurfaceGeo force(IVecI v)
IParticleI
force
in interface IParticleI
force
in class IParticleGeo
public IParticleOnSurfaceGeo frc(IVecI v)
IParticleI
frc
in interface IParticleI
frc
in class IParticleGeo
public IParticleOnSurfaceGeo friction(double friction)
IParticleI
friction
in interface IParticleI
friction
in class IParticleGeo
public IParticleOnSurfaceGeo fric(double friction)
IParticleI
fric
in interface IParticleI
fric
in class IParticleGeo
public IParticleOnSurfaceGeo decay(double d)
decay
in interface IParticleI
decay
in class IParticleGeo
public IParticleOnSurfaceGeo push(IVecI f)
IParticleGeo
push
in interface IParticleI
push
in class IParticleGeo
public IParticleOnSurfaceGeo pull(IVecI f)
IParticleGeo
pull
in interface IParticleI
pull
in class IParticleGeo
public IParticleOnSurfaceGeo addForce(IVecI f)
IParticleGeo
addForce
in interface IParticleI
addForce
in class IParticleGeo
public IParticleOnSurfaceGeo reset()
IParticleGeo
reset
in interface IParticleI
reset
in class IParticleGeo
public IParticleOnSurfaceGeo resetForce()
IParticleGeo
resetForce
in interface IParticleI
resetForce
in class IParticleGeo
public IParticleOnSurfaceGeo uv(double u, double v)
uv
in interface IParticleOnSurfaceI
public IVec2 uv()
uv
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo uvvel(double uvel, double vvel)
uvvel
in interface IParticleOnSurfaceI
public IVec2 uvvel()
uvvel
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo uvfrc(double ufrc, double vfrc)
uvfrc
in interface IParticleOnSurfaceI
public IVec2 uvfrc()
uvfrc
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo addUVForce(double ufrc, double vfrc)
addUVForce
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo resetUVForce()
resetUVForce
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo uvpush(double ufrc, double vfrc)
uvpush
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo uvpull(double ufrc, double vfrc)
uvpull
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo uvreset()
uvreset
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo fixU()
fixU
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo fixV()
fixV
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo unfixU()
unfixU
in interface IParticleOnSurfaceI
public IParticleOnSurfaceGeo unfixV()
unfixV
in interface IParticleOnSurfaceI
public boolean uFixed()
uFixed
in interface IParticleOnSurfaceI
public boolean vFixed()
vFixed
in interface IParticleOnSurfaceI
public void interact(java.util.ArrayList<IDynamics> dynamics)
IDynamicsBase
interact
in interface IDynamics
interact
in class IDynamicsBase
public void preupdate()
preupdate
in interface IDynamics
preupdate
in class IParticleGeo
public void update()
update
in interface IDynamics
update
in class IParticleGeo
public void postupdate()
IParticleGeo
postupdate
in interface IDynamics
postupdate
in class IParticleGeo
public IParticleOnSurfaceGeo x(double vx)
x
in interface IVecI
x
in class IParticleGeo
public IParticleOnSurfaceGeo y(double vy)
IVecI
y
in interface IVecI
y
in class IParticleGeo
public IParticleOnSurfaceGeo z(double vz)
IVecI
z
in interface IVecI
z
in class IParticleGeo
public IParticleOnSurfaceGeo x(IDoubleI vx)
IVecI
x
in interface IVecI
x
in class IParticleGeo
public IParticleOnSurfaceGeo y(IDoubleI vy)
IVecI
y
in interface IVecI
y
in class IParticleGeo
public IParticleOnSurfaceGeo z(IDoubleI vz)
IVecI
z
in interface IVecI
z
in class IParticleGeo
public IParticleOnSurfaceGeo x(IVecI vx)
IParticleGeo
x
in interface IVecI
x
in class IParticleGeo
public IParticleOnSurfaceGeo y(IVecI vy)
IParticleGeo
y
in interface IVecI
y
in class IParticleGeo
public IParticleOnSurfaceGeo z(IVecI vz)
IParticleGeo
z
in interface IVecI
z
in class IParticleGeo
public IParticleOnSurfaceGeo x(IVec2I vx)
IParticleGeo
x
in interface IVecI
x
in class IParticleGeo
public IParticleOnSurfaceGeo y(IVec2I vy)
IParticleGeo
y
in interface IVecI
y
in class IParticleGeo
public IParticleOnSurfaceGeo set(IVecI v)
set
in interface IArithmeticVal<IVecI,IDoubleI>
set
in interface IVecI
set
in class IParticleGeo
public IParticleOnSurfaceGeo set(double x, double y, double z)
set
in interface IVecI
set
in class IParticleGeo
public IParticleOnSurfaceGeo set(IDoubleI x, IDoubleI y, IDoubleI z)
set
in interface IVecI
set
in class IParticleGeo
public IParticleOnSurfaceGeo add(double x, double y, double z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleGeo
public IParticleOnSurfaceGeo add(IDoubleI x, IDoubleI y, IDoubleI z)
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleGeo
public IParticleOnSurfaceGeo add(IVecI v)
add
in interface IArithmeticVal<IVecI,IDoubleI>
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleGeo
public IParticleOnSurfaceGeo sub(double x, double y, double z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticleGeo
public IParticleOnSurfaceGeo sub(IDoubleI x, IDoubleI y, IDoubleI z)
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticleGeo
public IParticleOnSurfaceGeo sub(IVecI v)
sub
in interface IArithmeticVal<IVecI,IDoubleI>
sub
in interface ITransformable
sub
in interface IVecI
sub
in class IParticleGeo
public IParticleOnSurfaceGeo mul(IDoubleI v)
mul
in interface IArithmeticVal<IVecI,IDoubleI>
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticleGeo
public IParticleOnSurfaceGeo mul(double v)
mul
in interface ITransformable
mul
in interface IVecI
mul
in class IParticleGeo
public IParticleOnSurfaceGeo div(IDoubleI v)
div
in interface IArithmeticVal<IVecI,IDoubleI>
div
in interface ITransformable
div
in interface IVecI
div
in class IParticleGeo
public IParticleOnSurfaceGeo div(double v)
div
in interface ITransformable
div
in interface IVecI
div
in class IParticleGeo
public IParticleOnSurfaceGeo neg()
neg
in interface ITransformable
neg
in interface IVecI
neg
in class IParticleGeo
public IParticleOnSurfaceGeo rev()
IVecI
rev
in interface IVecI
rev
in class IParticleGeo
public IParticleOnSurfaceGeo flip()
IVecI
flip
in interface ITransformable
flip
in interface IVecI
flip
in class IParticleGeo
public IParticleOnSurfaceGeo zero()
IVecI
zero
in interface IArithmeticVal<IVecI,IDoubleI>
zero
in interface IVecI
zero
in class IParticleGeo
public IParticleOnSurfaceGeo add(IVecI v, double f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleGeo
public IParticleOnSurfaceGeo add(IVecI v, IDoubleI f)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleGeo
public IParticleOnSurfaceGeo add(double f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleGeo
public IParticleOnSurfaceGeo add(IDoubleI f, IVecI v)
IVecI
add
in interface ITransformable
add
in interface IVecI
add
in class IParticleGeo
public IParticleOnSurfaceGeo unit()
IVecI
unit
in interface IVecI
unit
in class IParticleGeo
public IParticleOnSurfaceGeo rot(IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(IVecI center, IVecI axis, double angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(IVecI center, IVecI axis, IDoubleI angle)
IVecI
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
IVecI
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(IVecI axis, IVecI destDir)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot(IVecI center, IVecI axis, IVecI destPt)
rot
in interface ITransformable
rot
in interface IVecI
rot
in class IParticleGeo
public IParticleOnSurfaceGeo rot2(double angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleGeo
public IParticleOnSurfaceGeo rot2(IDoubleI angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleGeo
public IParticleOnSurfaceGeo rot2(IVecI center, double angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleGeo
public IParticleOnSurfaceGeo rot2(IVecI center, IDoubleI angle)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleGeo
public IParticleOnSurfaceGeo rot2(double centerX, double centerY, double angle)
rot2
in interface IVecI
rot2
in class IParticleGeo
public IParticleOnSurfaceGeo rot2(IVecI destDir)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleGeo
public IParticleOnSurfaceGeo rot2(IVecI center, IVecI destPt)
rot2
in interface ITransformable
rot2
in interface IVecI
rot2
in class IParticleGeo
public IParticleOnSurfaceGeo scale(IDoubleI f)
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleGeo
public IParticleOnSurfaceGeo scale(double f)
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleGeo
public IParticleOnSurfaceGeo scale(IVecI center, IDoubleI f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleGeo
public IParticleOnSurfaceGeo scale(IVecI center, double f)
IVecI
scale
in interface ITransformable
scale
in interface IVecI
scale
in class IParticleGeo
public IParticleOnSurfaceGeo scale(double centerX, double centerY, double centerZ, double f)
IVecI
scale
in interface IVecI
scale
in class IParticleGeo
public IParticleOnSurfaceGeo scale1d(IVecI axis, double f)
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleGeo
public IParticleOnSurfaceGeo scale1d(IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleGeo
public IParticleOnSurfaceGeo scale1d(double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticleGeo
public IParticleOnSurfaceGeo scale1d(IVecI center, IVecI axis, double f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleGeo
public IParticleOnSurfaceGeo scale1d(IVecI center, IVecI axis, IDoubleI f)
IVecI
scale1d
in interface ITransformable
scale1d
in interface IVecI
scale1d
in class IParticleGeo
public IParticleOnSurfaceGeo scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
IVecI
scale1d
in interface IVecI
scale1d
in class IParticleGeo
public IParticleOnSurfaceGeo ref(IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticleGeo
public IParticleOnSurfaceGeo ref(double planeX, double planeY, double planeZ)
ref
in interface IVecI
ref
in class IParticleGeo
public IParticleOnSurfaceGeo ref(IVecI center, IVecI planeDir)
ref
in interface ITransformable
ref
in interface IVecI
ref
in class IParticleGeo
public IParticleOnSurfaceGeo ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
ref
in interface IVecI
ref
in class IParticleGeo
public IParticleOnSurfaceGeo mirror(IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticleGeo
public IParticleOnSurfaceGeo mirror(double planeX, double planeY, double planeZ)
mirror
in interface IVecI
mirror
in class IParticleGeo
public IParticleOnSurfaceGeo mirror(IVecI center, IVecI planeDir)
mirror
in interface ITransformable
mirror
in interface IVecI
mirror
in class IParticleGeo
public IParticleOnSurfaceGeo mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
mirror
in interface IVecI
mirror
in class IParticleGeo
public IParticleOnSurfaceGeo shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleGeo
public IParticleOnSurfaceGeo shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleGeo
public IParticleOnSurfaceGeo shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleGeo
public IParticleOnSurfaceGeo shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
IVecI
shear
in interface ITransformable
shear
in interface IVecI
shear
in class IParticleGeo
public IParticleOnSurfaceGeo shearXY(double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleGeo
public IParticleOnSurfaceGeo shearXY(IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleGeo
public IParticleOnSurfaceGeo shearXY(IVecI center, double sxy, double syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleGeo
public IParticleOnSurfaceGeo shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
IVecI
shearXY
in interface ITransformable
shearXY
in interface IVecI
shearXY
in class IParticleGeo
public IParticleOnSurfaceGeo shearYZ(double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleGeo
public IParticleOnSurfaceGeo shearYZ(IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleGeo
public IParticleOnSurfaceGeo shearYZ(IVecI center, double syz, double szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleGeo
public IParticleOnSurfaceGeo shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
IVecI
shearYZ
in interface ITransformable
shearYZ
in interface IVecI
shearYZ
in class IParticleGeo
public IParticleOnSurfaceGeo shearZX(double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleGeo
public IParticleOnSurfaceGeo shearZX(IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleGeo
public IParticleOnSurfaceGeo shearZX(IVecI center, double szx, double sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleGeo
public IParticleOnSurfaceGeo shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
IVecI
shearZX
in interface ITransformable
shearZX
in interface IVecI
shearZX
in class IParticleGeo
public IParticleOnSurfaceGeo translate(double x, double y, double z)
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleGeo
public IParticleOnSurfaceGeo translate(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleGeo
public IParticleOnSurfaceGeo translate(IVecI v)
IVecI
translate
in interface ITransformable
translate
in interface IVecI
translate
in class IParticleGeo
public IParticleOnSurfaceGeo transform(IMatrix3I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleGeo
public IParticleOnSurfaceGeo transform(IMatrix4I mat)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleGeo
public IParticleOnSurfaceGeo transform(IVecI xvec, IVecI yvec, IVecI zvec)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleGeo
public IParticleOnSurfaceGeo transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
IVecI
transform
in interface ITransformable
transform
in interface IVecI
transform
in class IParticleGeo
public IParticleOnSurfaceGeo mv(double x, double y, double z)
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleGeo
public IParticleOnSurfaceGeo mv(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleGeo
public IParticleOnSurfaceGeo mv(IVecI v)
IVecI
mv
in interface ITransformable
mv
in interface IVecI
mv
in class IParticleGeo
public IParticleOnSurfaceGeo cp()
cp
in interface IArithmeticVal<IVecI,IDoubleI>
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleGeo
public IParticleOnSurfaceGeo cp(double x, double y, double z)
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleGeo
public IParticleOnSurfaceGeo cp(IDoubleI x, IDoubleI y, IDoubleI z)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleGeo
public IParticleOnSurfaceGeo cp(IVecI v)
IVecI
cp
in interface ITransformable
cp
in interface IVecI
cp
in class IParticleGeo