Gets the visibility of a sphere against the view frustum and any occluding central bodies.
| [Visual Basic .NET] |
|---|
Public Function VisibilityTest( _ ByVal ReferenceFrame As IAgCrdnSystem, _ ByVal Sphere As IAgStkGraphicsBoundingSphere _ ) As AgEStkGraphicsVisibility |
| [C#] |
|---|
public AgEStkGraphicsVisibility VisibilityTest( |
| [Managed C++] |
|---|
public: AgEStkGraphicsVisibility VisibilityTest( |
| [Java] |
|---|
public AgEStkGraphicsVisibility visibilityTest( |
| [Unmanaged C++] |
|---|
public: HRESULT VisibilityTest( |
- ReferenceFrame
- The Reference Frame that sphere is in.
- Sphere
- The bounding sphere to be tested.
