igeo
Interface ITrajectoryI

All Known Implementing Classes:
IBoidTrajectory, IParticleTrajectory, ITrajectoryGeo

public interface ITrajectoryI

Interface of trajectory API

Author:
Satoru Sugihara

Method Summary
 ITrajectoryI addCP(IVecI pt)
          add a point at the end of trajectory curve
 ICurve curve()
          returns trajectory curve object
 ICurve trajectory()
          alias of curve()
 

Method Detail

curve

ICurve curve()
returns trajectory curve object


trajectory

ICurve trajectory()
alias of curve()


addCP

ITrajectoryI addCP(IVecI pt)
add a point at the end of trajectory curve