
Public Member Functions | |
| int | IsVisible (const FSphere &sphere) const |
| int | IsVisible (const FPoint3 &point0, const FPoint3 &point1, const FPoint3 &point2, const float fTolerance=0.0f) const |
| int | IsVisible (const FPoint3 &point, float radius) |
| bool | IsVisible (const FPoint3 &point) const |
| bool vtDynGeom::IsVisible | ( | const FPoint3 & | point | ) | const |
Test a single point against the view volume.
| int vtDynGeom::IsVisible | ( | const FPoint3 & | point, | |
| float | radius | |||
| ) |
Test a sphere against the view volume.
| int vtDynGeom::IsVisible | ( | const FPoint3 & | point0, | |
| const FPoint3 & | point1, | |||
| const FPoint3 & | point2, | |||
| const float | fTolerance = 0.0f | |||
| ) | const |
Test a 3d triangle against the view volume.
| int vtDynGeom::IsVisible | ( | const FSphere & | sphere | ) | const |
Test a sphere against the view volume.
1.5.7.1