============================================================= PEG 1019: more VobCoorder and AffineVobCoorder methods ============================================================= :Authors: Tuomas Lukka :Date: $Date: 2002/10/19 08:55:45 $ :Revision: $Revision: 1.1 $ :Status: Incomplete The newest VobCoorder changes make it much more usable but leave some holes in the API: - It is not possible to create a keyless coordsys from VobScene - It is not possible to create a coordsys whose parent is not the same as the interpolation parent. It makes sense to separate these in several cases. Issues ------ - Should we add:: putOrtho(int into, Object key, Vob vob, ...) and others at the same time? Changes ------- AffineVobCoorder rename affineCoordsys to affine, to be consistent with others. VobScene for all *CS methods, add two versions. for example:: final public int orthoCS(int into, Object key, float depth, float x, float y, float w, float h) ; final public int orthoCS(int into, int keyparent, Object key, float depth, float x, float y, float w, float h) ; final public int orthoCS(int into, float depth, float x, float y, float w, float h) ;