Robert Osfield
|
c7906d5412
|
Added a check for zero length line segment in bool LineSegment::intersect(const BoundingSphere& bs,float& r1,float& r2) const.
|
2006-09-12 12:35:20 +00:00 |
|
Robert Osfield
|
f1c2694c17
|
Updated copyright years.
|
2006-07-18 15:21:48 +00:00 |
|
Robert Osfield
|
678b22ce83
|
Updated Copyright notices to 1998-2005.
|
2005-04-14 21:41:28 +00:00 |
|
Robert Osfield
|
28214337a3
|
Moved the LineSegment destructor from the header to the source to avoid
compilation problems under MingW.
|
2004-03-19 09:18:21 +00:00 |
|
Robert Osfield
|
48bda9cc79
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
|
Robert Osfield
|
12226e4371
|
Converted the instances of const built in types being returned from methods
and passed as paramters into straight forward non const built in types,
i.e. const bool foogbar(const int) becomes bool foobar(int).
|
2002-09-02 12:31:35 +00:00 |
|
Robert Osfield
|
c4c97a0f64
|
Moved the code referencing osg::BoundingBox::isValid() and
osg::BoundingSphere::isValid() across to use the valid() methods, the later
being more consitent with other classes such as osg::ref_ptr<>.
|
2002-07-11 14:32:21 +00:00 |
|
Robert Osfield
|
aac507e119
|
Moved all #include "osg/.." references to #include <osg/..> to aid port to
MacOS.
|
2001-10-21 21:27:40 +00:00 |
|
Don BURNS
|
7e81f6cfa6
|
More clean up for synch with 0.8.42
|
2001-09-19 21:19:47 +00:00 |
|