Warning: Can't synchronize with the repository (Couldn't open Subversion repository /home/crystal/scm/crystal: SubversionException: ("Expected FS format between '1' and '3'; found format '4'", 160043)). Look in the Trac log for more information.

Current differences in transforms from the rest of the world:

  • Translation vector in CS transforms is in 'source' ('other') space; translation in 4x4 matrices (4th column) is in 'destination' ('this') space.
  • Scaling the matrix of a movable actually scales the object by the inverse of the factor. IE the 'object' space is scaled as opposed to the 'world' space. (Not necessarily the fault of csTransform, but counterintuitive behaviour that should be fixed.)