[vtk-developers] vtkMatrix3x3 vs vtkMatrix4x4 creation

David Gobbi david.gobbi at gmail.com
Fri Sep 24 13:32:35 EDT 2010


On Fri, Sep 24, 2010 at 10:37 AM, Sean McBride <sean at rogue-research.com> wrote:

> But looking at the implementations, it seems that creating a 3x3 _does_
> create an identity matrix, but creating a 4x4 does _not_.

It looks to me like both of them create an identity matrix.  The 4x4
has the constructor in the header, and the 3x3 has the constructor in
the .cxx, but otherwise they look identical.

   David



More information about the vtk-developers mailing list