Transform point using localToSceneTransform

Martin Desruisseaux martin.desruisseaux at geomatys.fr
Mon Jul 23 08:57:12 PDT 2012


Le 23/07/12 17:47, Pedro Duque Vieira a écrit :
>> Are those methods useful for some transformation stuff? This is not a
>> MatrixMath class, this is Transform...
> Not sure, it's been a while since I've worked with 3d graphics libraries.
> Java3d has this methods on the Transform3d class.

Well... the Java3D Transform3D class is implemented by a full 4x4 
matrix, which is more general than an Affine transform. As said 
previously, those methods can not be implemented in an Affine class...

     Martin




More information about the openjfx-dev mailing list