
26 Mar
2005
26 Mar
'05
1:50 p.m.
Hi,
As a few of you know from jabber i have been working on deforming paths. I have finished one function and starting a write the second. before i get much further i need help figuring out what a deform class has to/needs to/ should have in it.
here is what i have so far but, they are not all implemented mind you. comments and input more than welcome.
class Deform;
NR:Point CoordDiff( NR:Point, NR:Point ); NR:Point AdvCoordDiff(); int DeformPath(); int DeformObject();
public: NR:Point GetCoordDiff( NR:Point, NR:Point ); NR:Point GetAdvCoordDiff(); int DoPathDeform(); int DoDeformObject();
Thanks, josh aka verbalshadow