BoundingFrustum.Contains Method (Vector3)
Checks whether the current BoundingFrustum contains the specified point.
Syntax
'Declaration
Public Function Contains ( _
point As Vector3 _
) As ContainmentType
public ContainmentType Contains (
Vector3 point
)
public:
ContainmentType Contains(
Vector3 point
)
Parameters
- point
Type: Vector3
The point to check against the current BoundingFrustum.
Return Value
Type: ContainmentType
Enumeration indicating the relationship of the current BoundingFrustum to the specified point.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
BoundingFrustum Class
BoundingFrustum Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone