![]() |
VR-Forces 4.0.4 Class Documentation
|

| DtChordIntersectionRecord::DtChordIntersectionRecord | ( | DtPoint & | intersectionPoint, |
| double | intersectionTime, | ||
| DtVector & | normal, | ||
| DtSurface * | surface | ||
| ) |
| virtual DtChordIntersectionRecord::~DtChordIntersectionRecord | ( | ) | [virtual] |
| DtChordIntersectionRecord& DtChordIntersectionRecord::operator= | ( | const DtChordIntersectionRecord & | orig | ) |
| virtual DtIntersectionRecord* DtChordIntersectionRecord::clone | ( | ) | const [virtual] |
Reimplemented from DtIntersectionRecord.
Reimplemented in DtGdbChordIntersectionRecord.
| virtual DtRecordType DtChordIntersectionRecord::type | ( | ) | const [virtual] |
Reimplemented from DtIntersectionRecord.
Reimplemented in DtGdbChordIntersectionRecord.
| virtual void DtChordIntersectionRecord::dump | ( | ) | const [virtual] |
Reimplemented from DtIntersectionRecord.
Reimplemented in DtGdbChordIntersectionRecord.
| const DtPoint DtChordIntersectionRecord::intersectionPoint | ( | ) | const [inline] |
References myIntersectionPoint.
| const DtVector DtChordIntersectionRecord::intersectionVector | ( | ) | const [inline] |
References myIntersectionVector.
| void DtChordIntersectionRecord::setIntersectionPoint | ( | const DtPoint & | pt | ) | [inline] |
References myIntersectionPoint, myIntersectionVector, DtPoint::x(), DtPoint::y(), and DtPoint::z().
| const double DtChordIntersectionRecord::intersectionTime | ( | ) | const [inline] |
References myIntersectionTime.
| void DtChordIntersectionRecord::setIntersectionTime | ( | double | t | ) | [inline] |
References myIntersectionTime.
| const DtVector DtChordIntersectionRecord::normal | ( | ) | const [inline] |
References myNormal.
| void DtChordIntersectionRecord::setNormal | ( | const DtVector & | v | ) | [inline] |
References myNormal.
| const DtSurface DtChordIntersectionRecord::surface | ( | ) | const [inline] |
References mySurface.
| void DtChordIntersectionRecord::setSurface | ( | const DtSurface & | s | ) | [inline] |
References mySurface.
| unsigned int DtChordIntersectionRecord::numberOfIntersectionTests | ( | ) | const [inline] |
References myNumberOfIntersectionTests.
| void DtChordIntersectionRecord::incrementNumberOfIntersectionTests | ( | ) | [inline] |
References myNumberOfIntersectionTests.
| void DtChordIntersectionRecord::setNumberOfIntersectionTests | ( | unsigned int | newNumberOfTests | ) | [inline] |
References myNumberOfIntersectionTests.
Referenced by intersectionPoint(), and setIntersectionPoint().
Referenced by intersectionVector(), and setIntersectionPoint().
double DtChordIntersectionRecord::myIntersectionTime [protected] |
Referenced by intersectionTime(), and setIntersectionTime().
DtVector DtChordIntersectionRecord::myNormal [protected] |
Referenced by normal(), and setNormal().
DtSurface DtChordIntersectionRecord::mySurface [protected] |
Referenced by setSurface(), and surface().
unsigned int DtChordIntersectionRecord::myNumberOfIntersectionTests [protected] |