Re: [osg-users] osg::Plane

2008-11-04 Thread Renan Mendes
OK, thanks. ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] osg::Plane

2008-11-04 Thread Alberto Luaces
El Lunes 03 Noviembre 2008ES 21:20:57 Renan Mendes escribió: > Stupid but fast question. Just want to make sure I'm getting it right, as > notations can vary and there is no explanation at the reference docs. > Let's say I have an osg::Plane that can be represented as ax + by + cz + d > = 0. The me

[osg-users] osg::Plane

2008-11-03 Thread Renan Mendes
Stupid but fast question. Just want to make sure I'm getting it right, as notations can vary and there is no explanation at the reference docs. Let's say I have an osg::Plane that can be represented as ax + by + cz + d = 0. The method asVec4() from that class gives me an osg::Vec4 object with x = a