igeo
Class IParticleOnCurveAgent

java.lang.Object
  extended by igeo.IObject
      extended by igeo.IAgent
          extended by igeo.IPointAgent
              extended by igeo.IParticleOnCurveAgent
All Implemented Interfaces:
IDynamics, IParameter, IParticleI, IParticleOnCurveI, ISubobject, ITransformable, IVecI, IVecOp

public class IParticleOnCurveAgent
extends IPointAgent
implements IParticleOnCurveI

Class of an agent with IParticle.

Version:
0.7.0.0;
Author:
Satoru Sugihara

Field Summary
 IVec frc
          only to refer to particle.vel and particle.frc
 IParticleOnCurve particle
           
 IVec vel
          only to refer to particle.vel and particle.frc
 
Fields inherited from class igeo.IPointAgent
point, pos
 
Fields inherited from class igeo.IAgent
alive, duration, localDynamics, parent, targets, time
 
Fields inherited from class igeo.IObject
attribute, dynamics, graphics, parameter, server
 
Constructor Summary
IParticleOnCurveAgent(ICurve curve)
           
IParticleOnCurveAgent(ICurve curve, double upos)
           
IParticleOnCurveAgent(ICurve curve, double upos, double uvel)
           
IParticleOnCurveAgent(ICurve curve, double upos, double uvel, IVec pos)
           
IParticleOnCurveAgent(ICurve curve, double upos, IVec pos)
           
IParticleOnCurveAgent(ICurveI curve)
           
IParticleOnCurveAgent(ICurveI curve, double upos)
           
IParticleOnCurveAgent(ICurveI curve, double upos, double uvel)
           
IParticleOnCurveAgent(ICurveI curve, double upos, double uvel, IVec pos)
           
IParticleOnCurveAgent(ICurveI curve, double upos, IVec pos)
           
IParticleOnCurveAgent(ICurveI curve, IVec pos)
           
IParticleOnCurveAgent(ICurve curve, IVec pos)
           
IParticleOnCurveAgent(IParticleOnCurve p)
           
IParticleOnCurveAgent(IParticleOnCurveAgent p)
           
 
Method Summary
 IVec acc()
          get acceleration.
 IVec acceleration()
          get acceleration.
 IParticleOnCurveAgent add(double x, double y, double z)
           
 IParticleOnCurveAgent add(double f, IVecI v)
          scale add
 IParticleOnCurveAgent add(IDoubleI x, IDoubleI y, IDoubleI z)
           
 IParticleOnCurveAgent add(IDoubleI f, IVecI v)
          scale add
 IParticleOnCurveAgent add(IVecI v)
           
 IParticleOnCurveAgent add(IVecI v, double f)
          scale add
 IParticleOnCurveAgent add(IVecI v, IDoubleI f)
          scale add
 IParticleOnCurveAgent addForce(double fx, double fy, double fz)
          alias of push
 IParticleOnCurveAgent addForce(IVecI f)
          alias of push
 IParticleOnCurveAgent addUForce(double uforce)
           
 IParticleOnCurveAgent clr(java.awt.Color c)
           
 IParticleOnCurveAgent clr(java.awt.Color c, int alpha)
          to set color, with alpha value overwritten
 IParticleOnCurveAgent clr(double dgray)
           
 IParticleOnCurveAgent clr(double dgray, double dalpha)
           
 IParticleOnCurveAgent clr(double dr, double dg, double db)
           
 IParticleOnCurveAgent clr(double dr, double dg, double db, double da)
           
 IParticleOnCurveAgent clr(float fgray)
           
 IParticleOnCurveAgent clr(float fgray, float falpha)
           
 IParticleOnCurveAgent clr(float fr, float fg, float fb)
           
 IParticleOnCurveAgent clr(float fr, float fg, float fb, float fa)
           
 IParticleOnCurveAgent clr(int gray)
           
 IParticleOnCurveAgent clr(int gray, int alpha)
           
 IParticleOnCurveAgent clr(int r, int g, int b)
           
 IParticleOnCurveAgent clr(int r, int g, int b, int a)
           
 IParticleOnCurveAgent cp()
          alias of dup()
 IParticleOnCurveAgent cp(double x, double y, double z)
          cp() is alias of dup().add()
 IParticleOnCurveAgent cp(IDoubleI x, IDoubleI y, IDoubleI z)
          cp() is alias of dup().add()
 IParticleOnCurveAgent cp(IVecI v)
          cp() is alias of dup().add()
 ICurveI curve()
          IParticleOnCurve methods
 double decay()
           
 IParticleOnCurveAgent decay(double d)
           
 IParticleOnCurveAgent div(double v)
           
 IParticleOnCurveAgent div(IDoubleI v)
           
 IParticleOnCurveAgent dup()
          duplicate object
 IParticleOnCurveAgent fix()
          IParticleI API
 IParticleOnCurveAgent flip()
          alias of neg()
 IVec force()
          get force
 IParticleOnCurveAgent force(IVecI v)
          set force
 IVec frc()
          get force
 IParticleOnCurveAgent frc(IVecI v)
          set force
 double fric()
          get friction
 IParticleOnCurveAgent fric(double friction)
          set friction
 double friction()
          get friction
 IParticleOnCurveAgent friction(double friction)
          set friction
 IParticleOnCurveAgent hide()
           
 IParticleOnCurveAgent hsb(double h, double s, double b)
           
 IParticleOnCurveAgent hsb(double h, double s, double b, double a)
           
 IParticleOnCurveAgent hsb(float h, float s, float b)
           
 IParticleOnCurveAgent hsb(float h, float s, float b, float a)
           
 void initParticleOnCurveAgent(ICurveI curve, IVec pos, double upos, double uvel)
           
 void initParticleOnCurveAgent(ICurve curve, IVec pos, double upos, double uvel)
           
 void initParticleOnCurveAgent(IParticleOnCurve ptcl)
           
 IParticleOnCurveAgent layer(ILayer l)
          Set layer by ILayer object
 IParticleOnCurveAgent len(double l)
          setting length
 IParticleOnCurveAgent len(IDoubleI l)
          setting length
 double mass()
          get mass
 IParticleOnCurveAgent mass(double mass)
          set mass
 IParticleOnCurveAgent mirror(double planeX, double planeY, double planeZ)
          alias of ref
 IParticleOnCurveAgent mirror(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
          alias of ref
 IParticleOnCurveAgent mirror(IVecI planeDir)
          alias of ref
 IParticleOnCurveAgent mirror(IVecI center, IVecI planeDir)
          alias of ref
 IParticleOnCurveAgent mul(double v)
           
 IParticleOnCurveAgent mul(IDoubleI v)
           
 IParticleOnCurveAgent mv(double x, double y, double z)
          mv() is alias of add()
 IParticleOnCurveAgent mv(IDoubleI x, IDoubleI y, IDoubleI z)
          mv() is alias of add()
 IParticleOnCurveAgent mv(IVecI v)
          mv() is alias of add()
 IParticleOnCurveAgent name(java.lang.String nm)
          methods of IObject
 IParticleOnCurveAgent neg()
           
 IVec pos()
          get position
 IParticleOnCurveAgent pos(IVecI v)
          set position
 IVec position()
          get position
 IParticleOnCurveAgent position(IVecI v)
          set position
 IParticleOnCurveAgent pull(double fx, double fy, double fz)
          equivalent to push(f.dup().neg())
 IParticleOnCurveAgent pull(IVecI f)
          equivalent to push(f.dup().neg())
 IParticleOnCurveAgent push(double fx, double fy, double fz)
          adding force to particle
 IParticleOnCurveAgent push(IVecI f)
          adding force to particle
 IParticleOnCurveAgent ref(double planeX, double planeY, double planeZ)
          reflect(mirror) 3 dimensionally to the other side of the plane
 IParticleOnCurveAgent ref(double centerX, double centerY, double centerZ, double planeX, double planeY, double planeZ)
          reflect(mirror) 3 dimensionally to the other side of the plane
 IParticleOnCurveAgent ref(IVecI planeDir)
          reflect(mirror) 3 dimensionally to the other side of the plane
 IParticleOnCurveAgent ref(IVecI center, IVecI planeDir)
          reflect(mirror) 3 dimensionally to the other side of the plane
 IParticleOnCurveAgent reset()
          setting force zero
 IParticleOnCurveAgent resetForce()
          alias of reset
 IParticleOnCurveAgent resetUForce()
           
 IParticleOnCurveAgent rev()
          alias of neg()
 IParticleOnCurveAgent rot(double angle)
          rotation on XY plane
 IParticleOnCurveAgent rot(double axisX, double axisY, double axisZ, double angle)
          rotation around axis vector
 IParticleOnCurveAgent rot(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double angle)
          rotation around axis vector and center point
 IParticleOnCurveAgent rot(IDoubleI angle)
          rotation on XY plane
 IParticleOnCurveAgent rot(IVecI axis, double angle)
          rotation around axis vector
 IParticleOnCurveAgent rot(IVecI axis, IDoubleI angle)
          rotation around axis vector
 IParticleOnCurveAgent rot(IVecI axis, IVecI destDir)
          rotate to destination direction vector
 IParticleOnCurveAgent rot(IVecI center, IVecI axis, double angle)
          rotation around axis vector and center point
 IParticleOnCurveAgent rot(IVecI center, IVecI axis, IDoubleI angle)
          rotation around axis vector and center point
 IParticleOnCurveAgent rot(IVecI center, IVecI axis, IVecI destPt)
          rotate to destination point location
 IParticleOnCurveAgent rot2(double angle)
          rotation on xy-plane; alias of rot(double)
 IParticleOnCurveAgent rot2(double centerX, double centerY, double angle)
          rotation on xy-plane
 IParticleOnCurveAgent rot2(IDoubleI angle)
          rotation on xy-plane; alias of rot(IDoubleI)
 IParticleOnCurveAgent rot2(IVecI destDir)
          rotation on xy-plane towards destDir
 IParticleOnCurveAgent rot2(IVecI center, double angle)
          rotation on xy-plane
 IParticleOnCurveAgent rot2(IVecI center, IDoubleI angle)
          rotation on xy-plane
 IParticleOnCurveAgent rot2(IVecI center, IVecI destPt)
          rotation on xy-plane towards destPt
 IParticleOnCurveAgent scale(double f)
          alias of mul
 IParticleOnCurveAgent scale(double centerX, double centerY, double centerZ, double f)
          scale from a center
 IParticleOnCurveAgent scale(IDoubleI f)
          alias of mul
 IParticleOnCurveAgent scale(IVecI center, double f)
          scale from a center
 IParticleOnCurveAgent scale(IVecI center, IDoubleI f)
          scale from a center
 IParticleOnCurveAgent scale1d(double axisX, double axisY, double axisZ, double f)
          scale only in 1 direction
 IParticleOnCurveAgent scale1d(double centerX, double centerY, double centerZ, double axisX, double axisY, double axisZ, double f)
          scale only in 1 direction from a center
 IParticleOnCurveAgent scale1d(IVecI axis, double f)
          scale only in 1 direction
 IParticleOnCurveAgent scale1d(IVecI axis, IDoubleI f)
          scale only in 1 direction
 IParticleOnCurveAgent scale1d(IVecI center, IVecI axis, double f)
          scale only in 1 direction from a center
 IParticleOnCurveAgent scale1d(IVecI center, IVecI axis, IDoubleI f)
          scale only in 1 direction from a center
 IParticleOnCurveAgent set(double x, double y, double z)
           
 IParticleOnCurveAgent set(IDoubleI x, IDoubleI y, IDoubleI z)
           
 IParticleOnCurveAgent set(IVecI v)
           
 IParticleOnCurveAgent setColor(java.awt.Color c)
           
 IParticleOnCurveAgent setColor(java.awt.Color c, int alpha)
           
 IParticleOnCurveAgent setColor(double dgray)
           
 IParticleOnCurveAgent setColor(double dgray, double dalpha)
           
 IParticleOnCurveAgent setColor(double dr, double dg, double db)
           
 IParticleOnCurveAgent setColor(double dr, double dg, double db, double da)
           
 IParticleOnCurveAgent setColor(float fgray)
           
 IParticleOnCurveAgent setColor(float fgray, float falpha)
           
 IParticleOnCurveAgent setColor(float fr, float fg, float fb)
           
 IParticleOnCurveAgent setColor(float fr, float fg, float fb, float fa)
           
 IParticleOnCurveAgent setColor(int gray)
           
 IParticleOnCurveAgent setColor(int gray, int alpha)
           
 IParticleOnCurveAgent setColor(int r, int g, int b)
           
 IParticleOnCurveAgent setColor(int r, int g, int b, int a)
           
 IParticleOnCurveAgent setHSBColor(double h, double s, double b)
           
 IParticleOnCurveAgent setHSBColor(double h, double s, double b, double a)
           
 IParticleOnCurveAgent setHSBColor(float h, float s, float b)
           
 IParticleOnCurveAgent setHSBColor(float h, float s, float b, float a)
           
 IParticleOnCurveAgent setSize(double sz)
          methods of IPoint
 IParticleOnCurveAgent shear(double sxy, double syx, double syz, double szy, double szx, double sxz)
          shear operation
 IParticleOnCurveAgent shear(IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
          shear operation
 IParticleOnCurveAgent shear(IVecI center, double sxy, double syx, double syz, double szy, double szx, double sxz)
          shear operation
 IParticleOnCurveAgent shear(IVecI center, IDoubleI sxy, IDoubleI syx, IDoubleI syz, IDoubleI szy, IDoubleI szx, IDoubleI sxz)
          shear operation
 IParticleOnCurveAgent shearXY(double sxy, double syx)
          shear operation on XY
 IParticleOnCurveAgent shearXY(IDoubleI sxy, IDoubleI syx)
          shear operation on XY
 IParticleOnCurveAgent shearXY(IVecI center, double sxy, double syx)
          shear operation on XY
 IParticleOnCurveAgent shearXY(IVecI center, IDoubleI sxy, IDoubleI syx)
          shear operation on XY
 IParticleOnCurveAgent shearYZ(double syz, double szy)
          shear operation on YZ
 IParticleOnCurveAgent shearYZ(IDoubleI syz, IDoubleI szy)
          shear operation on YZ
 IParticleOnCurveAgent shearYZ(IVecI center, double syz, double szy)
          shear operation on YZ
 IParticleOnCurveAgent shearYZ(IVecI center, IDoubleI syz, IDoubleI szy)
          shear operation on YZ
 IParticleOnCurveAgent shearZX(double szx, double sxz)
          shear operation on ZX
 IParticleOnCurveAgent shearZX(IDoubleI szx, IDoubleI sxz)
          shear operation on ZX
 IParticleOnCurveAgent shearZX(IVecI center, double szx, double sxz)
          shear operation on ZX
 IParticleOnCurveAgent shearZX(IVecI center, IDoubleI szx, IDoubleI sxz)
          shear operation on ZX
 IParticleOnCurveAgent show()
           
 IParticleOnCurveAgent size(double sz)
           
 IParticleOnCurveAgent sub(double x, double y, double z)
           
 IParticleOnCurveAgent sub(IDoubleI x, IDoubleI y, IDoubleI z)
           
 IParticleOnCurveAgent sub(IVecI v)
           
 IParticleOnCurveAgent transform(IMatrix3I mat)
          transform with a transformation matrix
 IParticleOnCurveAgent transform(IMatrix4I mat)
          transform with a transformation matrix
 IParticleOnCurveAgent transform(IVecI xvec, IVecI yvec, IVecI zvec)
          transform with a transformation vectors
 IParticleOnCurveAgent transform(IVecI xvec, IVecI yvec, IVecI zvec, IVecI translate)
          transform with a transformation vectors
 IParticleOnCurveAgent translate(double x, double y, double z)
          alias of add()
 IParticleOnCurveAgent translate(IDoubleI x, IDoubleI y, IDoubleI z)
          alias of add()
 IParticleOnCurveAgent translate(IVecI v)
          alias of add()
 double uforce()
           
 IParticleOnCurveAgent uforce(double uf)
           
 double ufrc()
           
 IParticleOnCurveAgent ufrc(double uf)
           
 IParticleOnCurveAgent unfix()
          unfix movement
 IParticleOnCurveAgent unit()
          unitize
 double upos()
           
 IParticleOnCurveAgent upos(double u)
           
 double uposition()
           
 IParticleOnCurveAgent uposition(double u)
           
 IParticleOnCurveAgent upull(double uforce)
           
 IParticleOnCurveAgent upush(double uforce)
           
 IParticleOnCurveAgent ureset()
           
 double uvel()
           
 IParticleOnCurveAgent uvel(double uv)
           
 double uvelocity()
           
 IParticleOnCurveAgent uvelocity(double uv)
           
 IVec vel()
          get velocity
 IParticleOnCurveAgent vel(IVecI v)
          set velocity
 IVec velocity()
          get velocity
 IParticleOnCurveAgent velocity(IVecI v)
          set velocity
 IParticleOnCurveAgent x(double vx)
          methods of IVecI
 IParticleOnCurveAgent x(IDoubleI vx)
          setting x component
 IParticleOnCurveAgent y(double vy)
          setting y component
 IParticleOnCurveAgent y(IDoubleI vy)
          setting y component
 IParticleOnCurveAgent z(double vz)
          setting z component
 IParticleOnCurveAgent z(IDoubleI vz)
          setting z component
 IParticleOnCurveAgent zero()
          setting all zero
 
Methods inherited from class igeo.IPointAgent
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, getSize, getX, getY, getZ, isValid, len, len, len, len2, len2, len2, mid, mid, nml, nml, nml, nml, size, sum, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, toString, x, x, x, y, y, y, z, z, z
 
Methods inherited from class igeo.IAgent
addDynamics, alive, del, deletDynamics, deleteDynamics, deleteDynamics, duration, duration, dynamicsNum, getDynamics, initAgent, interact, interact, parent, parent, postinteract, postupdate, preinteract, preupdate, removeTarget, removeTarget, target, target, targetNum, targets, time, time, update, updateGraphic, updateTarget
 
Methods inherited from class igeo.IObject
alpha, alphaInt, attr, attr, blue, blueInt, clearDynamics, clearGraphics, clr, createGraphic, deleteGraphic, getColor, getGraphic, getGraphic, getParameter, graphicsNum, green, greenInt, initGraphic, initObject, isVisible, layer, layer, name, red, redInt, resetGraphic, server, setParameter, syncColor, visible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface igeo.IVecI
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, len2, len2, len2, mid, mid, nml, nml, nml, nml, sum, sum, sum, sum, sum, sum, sum, to2d, to4d, to4d, to4d, x, x, x, y, y, y, z, z, z
 

Field Detail

particle

public IParticleOnCurve particle

vel

public IVec vel
only to refer to particle.vel and particle.frc


frc

public IVec frc
only to refer to particle.vel and particle.frc

Constructor Detail

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurveI curve,
                             double upos,
                             double uvel)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurveI curve,
                             double upos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurveI curve)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurveI curve,
                             double upos,
                             double uvel,
                             IVec pos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurveI curve,
                             double upos,
                             IVec pos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurveI curve,
                             IVec pos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurve curve,
                             double upos,
                             double uvel)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurve curve,
                             double upos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurve curve)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurve curve,
                             double upos,
                             double uvel,
                             IVec pos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurve curve,
                             double upos,
                             IVec pos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(ICurve curve,
                             IVec pos)

IParticleOnCurveAgent

public IParticleOnCurveAgent(IParticleOnCurve p)

IParticleOnCurveAgent

public IParticleOnCurveAgent(IParticleOnCurveAgent p)
Method Detail

initParticleOnCurveAgent

public void initParticleOnCurveAgent(ICurveI curve,
                                     IVec pos,
                                     double upos,
                                     double uvel)

initParticleOnCurveAgent

public void initParticleOnCurveAgent(ICurve curve,
                                     IVec pos,
                                     double upos,
                                     double uvel)

initParticleOnCurveAgent

public void initParticleOnCurveAgent(IParticleOnCurve ptcl)

fix

public IParticleOnCurveAgent fix()
IParticleI API

Specified by:
fix in interface IParticleI

unfix

public IParticleOnCurveAgent unfix()
Description copied from interface: IParticleI
unfix movement

Specified by:
unfix in interface IParticleI

mass

public double mass()
Description copied from interface: IParticleI
get mass

Specified by:
mass in interface IParticleI

mass

public IParticleOnCurveAgent mass(double mass)
Description copied from interface: IParticleI
set mass

Specified by:
mass in interface IParticleI

position

public IVec position()
Description copied from interface: IParticleI
get position

Specified by:
position in interface IParticleI
Overrides:
position in class IPointAgent

position

public IParticleOnCurveAgent position(IVecI v)
Description copied from interface: IParticleI
set position

Specified by:
position in interface IParticleI
Overrides:
position in class IPointAgent

pos

public IVec pos()
Description copied from interface: IParticleI
get position

Specified by:
pos in interface IParticleI
Overrides:
pos in class IPointAgent

pos

public IParticleOnCurveAgent pos(IVecI v)
Description copied from interface: IParticleI
set position

Specified by:
pos in interface IParticleI
Overrides:
pos in class IPointAgent

velocity

public IVec velocity()
Description copied from interface: IParticleI
get velocity

Specified by:
velocity in interface IParticleI

velocity

public IParticleOnCurveAgent velocity(IVecI v)
Description copied from interface: IParticleI
set velocity

Specified by:
velocity in interface IParticleI

vel

public IVec vel()
Description copied from interface: IParticleI
get velocity

Specified by:
vel in interface IParticleI

vel

public IParticleOnCurveAgent vel(IVecI v)
Description copied from interface: IParticleI
set velocity

Specified by:
vel in interface IParticleI

acceleration

public IVec acceleration()
Description copied from interface: IParticleI
get acceleration. no method to set acceleration. set force instead

Specified by:
acceleration in interface IParticleI

acc

public IVec acc()
Description copied from interface: IParticleI
get acceleration. no method to set acceleration. set force instead

Specified by:
acc in interface IParticleI

force

public IVec force()
Description copied from interface: IParticleI
get force

Specified by:
force in interface IParticleI

force

public IParticleOnCurveAgent force(IVecI v)
Description copied from interface: IParticleI
set force

Specified by:
force in interface IParticleI

frc

public IVec frc()
Description copied from interface: IParticleI
get force

Specified by:
frc in interface IParticleI

frc

public IParticleOnCurveAgent frc(IVecI v)
Description copied from interface: IParticleI
set force

Specified by:
frc in interface IParticleI

friction

public double friction()
Description copied from interface: IParticleI
get friction

Specified by:
friction in interface IParticleI

friction

public IParticleOnCurveAgent friction(double friction)
Description copied from interface: IParticleI
set friction

Specified by:
friction in interface IParticleI

fric

public double fric()
Description copied from interface: IParticleI
get friction

Specified by:
fric in interface IParticleI

fric

public IParticleOnCurveAgent fric(double friction)
Description copied from interface: IParticleI
set friction

Specified by:
fric in interface IParticleI

decay

public double decay()
Specified by:
decay in interface IParticleI

decay

public IParticleOnCurveAgent decay(double d)
Specified by:
decay in interface IParticleI

push

public IParticleOnCurveAgent push(IVecI f)
Description copied from interface: IParticleI
adding force to particle

Specified by:
push in interface IParticleI

push

public IParticleOnCurveAgent push(double fx,
                                  double fy,
                                  double fz)
Description copied from interface: IParticleI
adding force to particle

Specified by:
push in interface IParticleI

pull

public IParticleOnCurveAgent pull(IVecI f)
Description copied from interface: IParticleI
equivalent to push(f.dup().neg())

Specified by:
pull in interface IParticleI

pull

public IParticleOnCurveAgent pull(double fx,
                                  double fy,
                                  double fz)
Description copied from interface: IParticleI
equivalent to push(f.dup().neg())

Specified by:
pull in interface IParticleI

addForce

public IParticleOnCurveAgent addForce(IVecI f)
Description copied from interface: IParticleI
alias of push

Specified by:
addForce in interface IParticleI

addForce

public IParticleOnCurveAgent addForce(double fx,
                                      double fy,
                                      double fz)
Description copied from interface: IParticleI
alias of push

Specified by:
addForce in interface IParticleI

reset

public IParticleOnCurveAgent reset()
Description copied from interface: IParticleI
setting force zero

Specified by:
reset in interface IParticleI

resetForce

public IParticleOnCurveAgent resetForce()
Description copied from interface: IParticleI
alias of reset

Specified by:
resetForce in interface IParticleI

curve

public ICurveI curve()
IParticleOnCurve methods

Specified by:
curve in interface IParticleOnCurveI

uposition

public IParticleOnCurveAgent uposition(double u)
Specified by:
uposition in interface IParticleOnCurveI

upos

public IParticleOnCurveAgent upos(double u)
Specified by:
upos in interface IParticleOnCurveI

uposition

public double uposition()
Specified by:
uposition in interface IParticleOnCurveI

upos

public double upos()
Specified by:
upos in interface IParticleOnCurveI

uvelocity

public IParticleOnCurveAgent uvelocity(double uv)
Specified by:
uvelocity in interface IParticleOnCurveI

uvel

public IParticleOnCurveAgent uvel(double uv)
Specified by:
uvel in interface IParticleOnCurveI

uvelocity

public double uvelocity()
Specified by:
uvelocity in interface IParticleOnCurveI

uvel

public double uvel()
Specified by:
uvel in interface IParticleOnCurveI

uforce

public IParticleOnCurveAgent uforce(double uf)
Specified by:
uforce in interface IParticleOnCurveI

ufrc

public IParticleOnCurveAgent ufrc(double uf)
Specified by:
ufrc in interface IParticleOnCurveI

uforce

public double uforce()
Specified by:
uforce in interface IParticleOnCurveI

ufrc

public double ufrc()
Specified by:
ufrc in interface IParticleOnCurveI

addUForce

public IParticleOnCurveAgent addUForce(double uforce)
Specified by:
addUForce in interface IParticleOnCurveI

resetUForce

public IParticleOnCurveAgent resetUForce()
Specified by:
resetUForce in interface IParticleOnCurveI

upush

public IParticleOnCurveAgent upush(double uforce)
Specified by:
upush in interface IParticleOnCurveI

upull

public IParticleOnCurveAgent upull(double uforce)
Specified by:
upull in interface IParticleOnCurveI

ureset

public IParticleOnCurveAgent ureset()
Specified by:
ureset in interface IParticleOnCurveI

x

public IParticleOnCurveAgent x(double vx)
methods of IVecI

Specified by:
x in interface IVecI
Overrides:
x in class IPointAgent

y

public IParticleOnCurveAgent y(double vy)
Description copied from interface: IVecI
setting y component

Specified by:
y in interface IVecI
Overrides:
y in class IPointAgent

z

public IParticleOnCurveAgent z(double vz)
Description copied from interface: IVecI
setting z component

Specified by:
z in interface IVecI
Overrides:
z in class IPointAgent

x

public IParticleOnCurveAgent x(IDoubleI vx)
Description copied from interface: IVecI
setting x component

Specified by:
x in interface IVecI
Overrides:
x in class IPointAgent

y

public IParticleOnCurveAgent y(IDoubleI vy)
Description copied from interface: IVecI
setting y component

Specified by:
y in interface IVecI
Overrides:
y in class IPointAgent

z

public IParticleOnCurveAgent z(IDoubleI vz)
Description copied from interface: IVecI
setting z component

Specified by:
z in interface IVecI
Overrides:
z in class IPointAgent

dup

public IParticleOnCurveAgent dup()
Description copied from class: IObject
duplicate object

Specified by:
dup in interface ITransformable
Specified by:
dup in interface IVecI
Overrides:
dup in class IPointAgent

set

public IParticleOnCurveAgent set(IVecI v)
Specified by:
set in interface IVecI
Overrides:
set in class IPointAgent

set

public IParticleOnCurveAgent set(double x,
                                 double y,
                                 double z)
Specified by:
set in interface IVecI
Overrides:
set in class IPointAgent

set

public IParticleOnCurveAgent set(IDoubleI x,
                                 IDoubleI y,
                                 IDoubleI z)
Specified by:
set in interface IVecI
Overrides:
set in class IPointAgent

add

public IParticleOnCurveAgent add(double x,
                                 double y,
                                 double z)
Specified by:
add in interface ITransformable
Specified by:
add in interface IVecI
Overrides:
add in class IPointAgent

add

public IParticleOnCurveAgent add(IDoubleI x,
                                 IDoubleI y,
                                 IDoubleI z)
Specified by:
add in interface ITransformable
Specified by:
add in interface IVecI
Overrides:
add in class IPointAgent

add

public IParticleOnCurveAgent add(IVecI v)
Specified by:
add in interface ITransformable
Specified by:
add in interface IVecI
Overrides:
add in class IPointAgent

sub

public IParticleOnCurveAgent sub(double x,
                                 double y,
                                 double z)
Specified by:
sub in interface ITransformable
Specified by:
sub in interface IVecI
Overrides:
sub in class IPointAgent

sub

public IParticleOnCurveAgent sub(IDoubleI x,
                                 IDoubleI y,
                                 IDoubleI z)
Specified by:
sub in interface ITransformable
Specified by:
sub in interface IVecI
Overrides:
sub in class IPointAgent

sub

public IParticleOnCurveAgent sub(IVecI v)
Specified by:
sub in interface ITransformable
Specified by:
sub in interface IVecI
Overrides:
sub in class IPointAgent

mul

public IParticleOnCurveAgent mul(IDoubleI v)
Specified by:
mul in interface ITransformable
Specified by:
mul in interface IVecI
Overrides:
mul in class IPointAgent

mul

public IParticleOnCurveAgent mul(double v)
Specified by:
mul in interface ITransformable
Specified by:
mul in interface IVecI
Overrides:
mul in class IPointAgent

div

public IParticleOnCurveAgent div(IDoubleI v)
Specified by:
div in interface ITransformable
Specified by:
div in interface IVecI
Overrides:
div in class IPointAgent

div

public IParticleOnCurveAgent div(double v)
Specified by:
div in interface ITransformable
Specified by:
div in interface IVecI
Overrides:
div in class IPointAgent

neg

public IParticleOnCurveAgent neg()
Specified by:
neg in interface ITransformable
Specified by:
neg in interface IVecI
Overrides:
neg in class IPointAgent

rev

public IParticleOnCurveAgent rev()
Description copied from interface: IVecI
alias of neg()

Specified by:
rev in interface IVecI
Overrides:
rev in class IPointAgent

flip

public IParticleOnCurveAgent flip()
Description copied from interface: IVecI
alias of neg()

Specified by:
flip in interface ITransformable
Specified by:
flip in interface IVecI
Overrides:
flip in class IPointAgent

zero

public IParticleOnCurveAgent zero()
Description copied from interface: IVecI
setting all zero

Specified by:
zero in interface IVecI
Overrides:
zero in class IPointAgent

add

public IParticleOnCurveAgent add(IVecI v,
                                 double f)
Description copied from interface: IVecI
scale add

Specified by:
add in interface ITransformable
Specified by:
add in interface IVecI
Overrides:
add in class IPointAgent

add

public IParticleOnCurveAgent add(IVecI v,
                                 IDoubleI f)
Description copied from interface: IVecI
scale add

Specified by:
add in interface ITransformable
Specified by:
add in interface IVecI
Overrides:
add in class IPointAgent

add

public IParticleOnCurveAgent add(double f,
                                 IVecI v)
Description copied from interface: IVecI
scale add

Specified by:
add in interface ITransformable
Specified by:
add in interface IVecI
Overrides:
add in class IPointAgent

add

public IParticleOnCurveAgent add(IDoubleI f,
                                 IVecI v)
Description copied from interface: IVecI
scale add

Specified by:
add in interface ITransformable
Specified by:
add in interface IVecI
Overrides:
add in class IPointAgent

len

public IParticleOnCurveAgent len(IDoubleI l)
Description copied from interface: IVecI
setting length

Specified by:
len in interface IVecI
Overrides:
len in class IPointAgent

len

public IParticleOnCurveAgent len(double l)
Description copied from interface: IVecI
setting length

Specified by:
len in interface IVecI
Overrides:
len in class IPointAgent

unit

public IParticleOnCurveAgent unit()
Description copied from interface: IVecI
unitize

Specified by:
unit in interface IVecI
Overrides:
unit in class IPointAgent

rot

public IParticleOnCurveAgent rot(IDoubleI angle)
Description copied from interface: IVecI
rotation on XY plane

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(double angle)
Description copied from interface: IVecI
rotation on XY plane

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(IVecI axis,
                                 IDoubleI angle)
Description copied from interface: IVecI
rotation around axis vector

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(IVecI axis,
                                 double angle)
Description copied from interface: IVecI
rotation around axis vector

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(double axisX,
                                 double axisY,
                                 double axisZ,
                                 double angle)
Description copied from interface: IVecI
rotation around axis vector

Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(IVecI center,
                                 IVecI axis,
                                 double angle)
Description copied from interface: IVecI
rotation around axis vector and center point

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(IVecI center,
                                 IVecI axis,
                                 IDoubleI angle)
Description copied from interface: IVecI
rotation around axis vector and center point

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(double centerX,
                                 double centerY,
                                 double centerZ,
                                 double axisX,
                                 double axisY,
                                 double axisZ,
                                 double angle)
Description copied from interface: IVecI
rotation around axis vector and center point

Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(IVecI axis,
                                 IVecI destDir)
Description copied from interface: IVecI
rotate to destination direction vector

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot

public IParticleOnCurveAgent rot(IVecI center,
                                 IVecI axis,
                                 IVecI destPt)
Description copied from interface: IVecI
rotate to destination point location

Specified by:
rot in interface ITransformable
Specified by:
rot in interface IVecI
Overrides:
rot in class IPointAgent

rot2

public IParticleOnCurveAgent rot2(IDoubleI angle)
Description copied from interface: IVecI
rotation on xy-plane; alias of rot(IDoubleI)

Specified by:
rot2 in interface ITransformable
Specified by:
rot2 in interface IVecI
Overrides:
rot2 in class IPointAgent

rot2

public IParticleOnCurveAgent rot2(double angle)
Description copied from interface: IVecI
rotation on xy-plane; alias of rot(double)

Specified by:
rot2 in interface ITransformable
Specified by:
rot2 in interface IVecI
Overrides:
rot2 in class IPointAgent

rot2

public IParticleOnCurveAgent rot2(IVecI center,
                                  double angle)
Description copied from interface: IVecI
rotation on xy-plane

Specified by:
rot2 in interface ITransformable
Specified by:
rot2 in interface IVecI
Overrides:
rot2 in class IPointAgent

rot2

public IParticleOnCurveAgent rot2(IVecI center,
                                  IDoubleI angle)
Description copied from interface: IVecI
rotation on xy-plane

Specified by:
rot2 in interface ITransformable
Specified by:
rot2 in interface IVecI
Overrides:
rot2 in class IPointAgent

rot2

public IParticleOnCurveAgent rot2(double centerX,
                                  double centerY,
                                  double angle)
Description copied from interface: IVecI
rotation on xy-plane

Specified by:
rot2 in interface IVecI
Overrides:
rot2 in class IPointAgent

rot2

public IParticleOnCurveAgent rot2(IVecI destDir)
Description copied from interface: IVecI
rotation on xy-plane towards destDir

Specified by:
rot2 in interface ITransformable
Specified by:
rot2 in interface IVecI
Overrides:
rot2 in class IPointAgent

rot2

public IParticleOnCurveAgent rot2(IVecI center,
                                  IVecI destPt)
Description copied from interface: IVecI
rotation on xy-plane towards destPt

Specified by:
rot2 in interface ITransformable
Specified by:
rot2 in interface IVecI
Overrides:
rot2 in class IPointAgent

scale

public IParticleOnCurveAgent scale(IDoubleI f)
Description copied from interface: IVecI
alias of mul

Specified by:
scale in interface ITransformable
Specified by:
scale in interface IVecI
Overrides:
scale in class IPointAgent

scale

public IParticleOnCurveAgent scale(double f)
Description copied from interface: IVecI
alias of mul

Specified by:
scale in interface ITransformable
Specified by:
scale in interface IVecI
Overrides:
scale in class IPointAgent

scale

public IParticleOnCurveAgent scale(IVecI center,
                                   IDoubleI f)
Description copied from interface: IVecI
scale from a center

Specified by:
scale in interface ITransformable
Specified by:
scale in interface IVecI
Overrides:
scale in class IPointAgent

scale

public IParticleOnCurveAgent scale(IVecI center,
                                   double f)
Description copied from interface: IVecI
scale from a center

Specified by:
scale in interface ITransformable
Specified by:
scale in interface IVecI
Overrides:
scale in class IPointAgent

scale

public IParticleOnCurveAgent scale(double centerX,
                                   double centerY,
                                   double centerZ,
                                   double f)
Description copied from interface: IVecI
scale from a center

Specified by:
scale in interface IVecI
Overrides:
scale in class IPointAgent

scale1d

public IParticleOnCurveAgent scale1d(IVecI axis,
                                     double f)
scale only in 1 direction

Specified by:
scale1d in interface ITransformable
Specified by:
scale1d in interface IVecI
Overrides:
scale1d in class IPointAgent

scale1d

public IParticleOnCurveAgent scale1d(IVecI axis,
                                     IDoubleI f)
Description copied from interface: IVecI
scale only in 1 direction

Specified by:
scale1d in interface ITransformable
Specified by:
scale1d in interface IVecI
Overrides:
scale1d in class IPointAgent

scale1d

public IParticleOnCurveAgent scale1d(double axisX,
                                     double axisY,
                                     double axisZ,
                                     double f)
Description copied from interface: IVecI
scale only in 1 direction

Specified by:
scale1d in interface IVecI
Overrides:
scale1d in class IPointAgent

scale1d

public IParticleOnCurveAgent scale1d(IVecI center,
                                     IVecI axis,
                                     double f)
Description copied from interface: IVecI
scale only in 1 direction from a center

Specified by:
scale1d in interface ITransformable
Specified by:
scale1d in interface IVecI
Overrides:
scale1d in class IPointAgent

scale1d

public IParticleOnCurveAgent scale1d(IVecI center,
                                     IVecI axis,
                                     IDoubleI f)
Description copied from interface: IVecI
scale only in 1 direction from a center

Specified by:
scale1d in interface ITransformable
Specified by:
scale1d in interface IVecI
Overrides:
scale1d in class IPointAgent

scale1d

public IParticleOnCurveAgent scale1d(double centerX,
                                     double centerY,
                                     double centerZ,
                                     double axisX,
                                     double axisY,
                                     double axisZ,
                                     double f)
Description copied from interface: IVecI
scale only in 1 direction from a center

Specified by:
scale1d in interface IVecI
Overrides:
scale1d in class IPointAgent

ref

public IParticleOnCurveAgent ref(IVecI planeDir)
Description copied from interface: IVecI
reflect(mirror) 3 dimensionally to the other side of the plane

Specified by:
ref in interface ITransformable
Specified by:
ref in interface IVecI
Overrides:
ref in class IPointAgent

ref

public IParticleOnCurveAgent ref(double planeX,
                                 double planeY,
                                 double planeZ)
Description copied from interface: IVecI
reflect(mirror) 3 dimensionally to the other side of the plane

Specified by:
ref in interface IVecI
Overrides:
ref in class IPointAgent

ref

public IParticleOnCurveAgent ref(IVecI center,
                                 IVecI planeDir)
Description copied from interface: IVecI
reflect(mirror) 3 dimensionally to the other side of the plane

Specified by:
ref in interface ITransformable
Specified by:
ref in interface IVecI
Overrides:
ref in class IPointAgent

ref

public IParticleOnCurveAgent ref(double centerX,
                                 double centerY,
                                 double centerZ,
                                 double planeX,
                                 double planeY,
                                 double planeZ)
Description copied from interface: IVecI
reflect(mirror) 3 dimensionally to the other side of the plane

Specified by:
ref in interface IVecI
Overrides:
ref in class IPointAgent

mirror

public IParticleOnCurveAgent mirror(IVecI planeDir)
Description copied from interface: IVecI
alias of ref

Specified by:
mirror in interface ITransformable
Specified by:
mirror in interface IVecI
Overrides:
mirror in class IPointAgent

mirror

public IParticleOnCurveAgent mirror(double planeX,
                                    double planeY,
                                    double planeZ)
Description copied from interface: IVecI
alias of ref

Specified by:
mirror in interface IVecI
Overrides:
mirror in class IPointAgent

mirror

public IParticleOnCurveAgent mirror(IVecI center,
                                    IVecI planeDir)
Description copied from interface: IVecI
alias of ref

Specified by:
mirror in interface ITransformable
Specified by:
mirror in interface IVecI
Overrides:
mirror in class IPointAgent

mirror

public IParticleOnCurveAgent mirror(double centerX,
                                    double centerY,
                                    double centerZ,
                                    double planeX,
                                    double planeY,
                                    double planeZ)
Description copied from interface: IVecI
alias of ref

Specified by:
mirror in interface IVecI
Overrides:
mirror in class IPointAgent

shear

public IParticleOnCurveAgent shear(double sxy,
                                   double syx,
                                   double syz,
                                   double szy,
                                   double szx,
                                   double sxz)
Description copied from interface: IVecI
shear operation

Specified by:
shear in interface ITransformable
Specified by:
shear in interface IVecI
Overrides:
shear in class IPointAgent

shear

public IParticleOnCurveAgent shear(IDoubleI sxy,
                                   IDoubleI syx,
                                   IDoubleI syz,
                                   IDoubleI szy,
                                   IDoubleI szx,
                                   IDoubleI sxz)
Description copied from interface: IVecI
shear operation

Specified by:
shear in interface ITransformable
Specified by:
shear in interface IVecI
Overrides:
shear in class IPointAgent

shear

public IParticleOnCurveAgent shear(IVecI center,
                                   double sxy,
                                   double syx,
                                   double syz,
                                   double szy,
                                   double szx,
                                   double sxz)
Description copied from interface: IVecI
shear operation

Specified by:
shear in interface ITransformable
Specified by:
shear in interface IVecI
Overrides:
shear in class IPointAgent

shear

public IParticleOnCurveAgent shear(IVecI center,
                                   IDoubleI sxy,
                                   IDoubleI syx,
                                   IDoubleI syz,
                                   IDoubleI szy,
                                   IDoubleI szx,
                                   IDoubleI sxz)
Description copied from interface: IVecI
shear operation

Specified by:
shear in interface ITransformable
Specified by:
shear in interface IVecI
Overrides:
shear in class IPointAgent

shearXY

public IParticleOnCurveAgent shearXY(double sxy,
                                     double syx)
Description copied from interface: IVecI
shear operation on XY

Specified by:
shearXY in interface ITransformable
Specified by:
shearXY in interface IVecI
Overrides:
shearXY in class IPointAgent

shearXY

public IParticleOnCurveAgent shearXY(IDoubleI sxy,
                                     IDoubleI syx)
Description copied from interface: IVecI
shear operation on XY

Specified by:
shearXY in interface ITransformable
Specified by:
shearXY in interface IVecI
Overrides:
shearXY in class IPointAgent

shearXY

public IParticleOnCurveAgent shearXY(IVecI center,
                                     double sxy,
                                     double syx)
Description copied from interface: IVecI
shear operation on XY

Specified by:
shearXY in interface ITransformable
Specified by:
shearXY in interface IVecI
Overrides:
shearXY in class IPointAgent

shearXY

public IParticleOnCurveAgent shearXY(IVecI center,
                                     IDoubleI sxy,
                                     IDoubleI syx)
Description copied from interface: IVecI
shear operation on XY

Specified by:
shearXY in interface ITransformable
Specified by:
shearXY in interface IVecI
Overrides:
shearXY in class IPointAgent

shearYZ

public IParticleOnCurveAgent shearYZ(double syz,
                                     double szy)
Description copied from interface: IVecI
shear operation on YZ

Specified by:
shearYZ in interface ITransformable
Specified by:
shearYZ in interface IVecI
Overrides:
shearYZ in class IPointAgent

shearYZ

public IParticleOnCurveAgent shearYZ(IDoubleI syz,
                                     IDoubleI szy)
Description copied from interface: IVecI
shear operation on YZ

Specified by:
shearYZ in interface ITransformable
Specified by:
shearYZ in interface IVecI
Overrides:
shearYZ in class IPointAgent

shearYZ

public IParticleOnCurveAgent shearYZ(IVecI center,
                                     double syz,
                                     double szy)
Description copied from interface: IVecI
shear operation on YZ

Specified by:
shearYZ in interface ITransformable
Specified by:
shearYZ in interface IVecI
Overrides:
shearYZ in class IPointAgent

shearYZ

public IParticleOnCurveAgent shearYZ(IVecI center,
                                     IDoubleI syz,
                                     IDoubleI szy)
Description copied from interface: IVecI
shear operation on YZ

Specified by:
shearYZ in interface ITransformable
Specified by:
shearYZ in interface IVecI
Overrides:
shearYZ in class IPointAgent

shearZX

public IParticleOnCurveAgent shearZX(double szx,
                                     double sxz)
Description copied from interface: IVecI
shear operation on ZX

Specified by:
shearZX in interface ITransformable
Specified by:
shearZX in interface IVecI
Overrides:
shearZX in class IPointAgent

shearZX

public IParticleOnCurveAgent shearZX(IDoubleI szx,
                                     IDoubleI sxz)
Description copied from interface: IVecI
shear operation on ZX

Specified by:
shearZX in interface ITransformable
Specified by:
shearZX in interface IVecI
Overrides:
shearZX in class IPointAgent

shearZX

public IParticleOnCurveAgent shearZX(IVecI center,
                                     double szx,
                                     double sxz)
Description copied from interface: IVecI
shear operation on ZX

Specified by:
shearZX in interface ITransformable
Specified by:
shearZX in interface IVecI
Overrides:
shearZX in class IPointAgent

shearZX

public IParticleOnCurveAgent shearZX(IVecI center,
                                     IDoubleI szx,
                                     IDoubleI sxz)
Description copied from interface: IVecI
shear operation on ZX

Specified by:
shearZX in interface ITransformable
Specified by:
shearZX in interface IVecI
Overrides:
shearZX in class IPointAgent

translate

public IParticleOnCurveAgent translate(double x,
                                       double y,
                                       double z)
Description copied from interface: IVecI
alias of add()

Specified by:
translate in interface ITransformable
Specified by:
translate in interface IVecI
Overrides:
translate in class IPointAgent

translate

public IParticleOnCurveAgent translate(IDoubleI x,
                                       IDoubleI y,
                                       IDoubleI z)
Description copied from interface: IVecI
alias of add()

Specified by:
translate in interface ITransformable
Specified by:
translate in interface IVecI
Overrides:
translate in class IPointAgent

translate

public IParticleOnCurveAgent translate(IVecI v)
Description copied from interface: IVecI
alias of add()

Specified by:
translate in interface ITransformable
Specified by:
translate in interface IVecI
Overrides:
translate in class IPointAgent

transform

public IParticleOnCurveAgent transform(IMatrix3I mat)
Description copied from interface: IVecI
transform with a transformation matrix

Specified by:
transform in interface ITransformable
Specified by:
transform in interface IVecI
Overrides:
transform in class IPointAgent

transform

public IParticleOnCurveAgent transform(IMatrix4I mat)
Description copied from interface: IVecI
transform with a transformation matrix

Specified by:
transform in interface ITransformable
Specified by:
transform in interface IVecI
Overrides:
transform in class IPointAgent

transform

public IParticleOnCurveAgent transform(IVecI xvec,
                                       IVecI yvec,
                                       IVecI zvec)
Description copied from interface: IVecI
transform with a transformation vectors

Specified by:
transform in interface ITransformable
Specified by:
transform in interface IVecI
Overrides:
transform in class IPointAgent

transform

public IParticleOnCurveAgent transform(IVecI xvec,
                                       IVecI yvec,
                                       IVecI zvec,
                                       IVecI translate)
Description copied from interface: IVecI
transform with a transformation vectors

Specified by:
transform in interface ITransformable
Specified by:
transform in interface IVecI
Overrides:
transform in class IPointAgent

mv

public IParticleOnCurveAgent mv(double x,
                                double y,
                                double z)
Description copied from interface: IVecI
mv() is alias of add()

Specified by:
mv in interface ITransformable
Specified by:
mv in interface IVecI
Overrides:
mv in class IPointAgent

mv

public IParticleOnCurveAgent mv(IDoubleI x,
                                IDoubleI y,
                                IDoubleI z)
Description copied from interface: IVecI
mv() is alias of add()

Specified by:
mv in interface ITransformable
Specified by:
mv in interface IVecI
Overrides:
mv in class IPointAgent

mv

public IParticleOnCurveAgent mv(IVecI v)
Description copied from interface: IVecI
mv() is alias of add()

Specified by:
mv in interface ITransformable
Specified by:
mv in interface IVecI
Overrides:
mv in class IPointAgent

cp

public IParticleOnCurveAgent cp()
Description copied from class: IObject
alias of dup()

Specified by:
cp in interface ITransformable
Specified by:
cp in interface IVecI
Overrides:
cp in class IPointAgent

cp

public IParticleOnCurveAgent cp(double x,
                                double y,
                                double z)
Description copied from interface: IVecI
cp() is alias of dup().add()

Specified by:
cp in interface ITransformable
Specified by:
cp in interface IVecI
Overrides:
cp in class IPointAgent

cp

public IParticleOnCurveAgent cp(IDoubleI x,
                                IDoubleI y,
                                IDoubleI z)
Description copied from interface: IVecI
cp() is alias of dup().add()

Specified by:
cp in interface ITransformable
Specified by:
cp in interface IVecI
Overrides:
cp in class IPointAgent

cp

public IParticleOnCurveAgent cp(IVecI v)
Description copied from interface: IVecI
cp() is alias of dup().add()

Specified by:
cp in interface ITransformable
Specified by:
cp in interface IVecI
Overrides:
cp in class IPointAgent

setSize

public IParticleOnCurveAgent setSize(double sz)
methods of IPoint

Overrides:
setSize in class IPointAgent

size

public IParticleOnCurveAgent size(double sz)
Overrides:
size in class IPointAgent

name

public IParticleOnCurveAgent name(java.lang.String nm)
methods of IObject

Overrides:
name in class IPointAgent

layer

public IParticleOnCurveAgent layer(ILayer l)
Description copied from class: IObject
Set layer by ILayer object

Overrides:
layer in class IPointAgent

show

public IParticleOnCurveAgent show()
Overrides:
show in class IPointAgent

hide

public IParticleOnCurveAgent hide()
Overrides:
hide in class IPointAgent

clr

public IParticleOnCurveAgent clr(java.awt.Color c)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(java.awt.Color c,
                                 int alpha)
Description copied from class: IObject
to set color, with alpha value overwritten

Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(int gray)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(float fgray)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(double dgray)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(int gray,
                                 int alpha)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(float fgray,
                                 float falpha)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(double dgray,
                                 double dalpha)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(int r,
                                 int g,
                                 int b)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(float fr,
                                 float fg,
                                 float fb)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(double dr,
                                 double dg,
                                 double db)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(int r,
                                 int g,
                                 int b,
                                 int a)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(float fr,
                                 float fg,
                                 float fb,
                                 float fa)
Overrides:
clr in class IPointAgent

clr

public IParticleOnCurveAgent clr(double dr,
                                 double dg,
                                 double db,
                                 double da)
Overrides:
clr in class IPointAgent

hsb

public IParticleOnCurveAgent hsb(float h,
                                 float s,
                                 float b,
                                 float a)
Overrides:
hsb in class IPointAgent

hsb

public IParticleOnCurveAgent hsb(double h,
                                 double s,
                                 double b,
                                 double a)
Overrides:
hsb in class IPointAgent

hsb

public IParticleOnCurveAgent hsb(float h,
                                 float s,
                                 float b)
Overrides:
hsb in class IPointAgent

hsb

public IParticleOnCurveAgent hsb(double h,
                                 double s,
                                 double b)
Overrides:
hsb in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(java.awt.Color c)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(java.awt.Color c,
                                      int alpha)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(int gray)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(float fgray)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(double dgray)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(int gray,
                                      int alpha)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(float fgray,
                                      float falpha)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(double dgray,
                                      double dalpha)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(int r,
                                      int g,
                                      int b)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(float fr,
                                      float fg,
                                      float fb)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(double dr,
                                      double dg,
                                      double db)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(int r,
                                      int g,
                                      int b,
                                      int a)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(float fr,
                                      float fg,
                                      float fb,
                                      float fa)
Overrides:
setColor in class IPointAgent

setColor

public IParticleOnCurveAgent setColor(double dr,
                                      double dg,
                                      double db,
                                      double da)
Overrides:
setColor in class IPointAgent

setHSBColor

public IParticleOnCurveAgent setHSBColor(float h,
                                         float s,
                                         float b,
                                         float a)
Overrides:
setHSBColor in class IPointAgent

setHSBColor

public IParticleOnCurveAgent setHSBColor(double h,
                                         double s,
                                         double b,
                                         double a)
Overrides:
setHSBColor in class IPointAgent

setHSBColor

public IParticleOnCurveAgent setHSBColor(float h,
                                         float s,
                                         float b)
Overrides:
setHSBColor in class IPointAgent

setHSBColor

public IParticleOnCurveAgent setHSBColor(double h,
                                         double s,
                                         double b)
Overrides:
setHSBColor in class IPointAgent