[vtkusers] vtkMath::Perpendiculars...

David Gobbi david.gobbi at gmail.com
Mon Mar 8 10:04:01 EST 2010


Hi Rakesh,

It is used in cases where you have one vector, and need to find an
arbitrary vector that is perpendicular to it.

The idea behind this is that when you have one vector, there are an
infinite number of vectors that are perpendicular that vector, so you
need to supply an additional constraint (the angle "theta") to specify
which perpendicular vector you want.

This is in contrast to the case where you have two vectors and need to
find a third that is perpendicular to the first two, in which case you
can just use a cross product.

   David


On Mon, Mar 8, 2010 at 6:45 AM, Rakesh Patil <rakeshthp at in.com> wrote:
> Hello,
>
> In vtkMath, there is a function called, Perpendiculars()
>
> How does it works and in which context it can be used..??
>
> Thanks
>
> Regards
> Rakesh Patil
>
>
> Dear vtkusers ! Get Yourself a cool, short @in.com Email ID now!
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



More information about the vtkusers mailing list