Eyeshot 10 WinForms API Reference
IsInFrustum(PlaneEquation[],Point3D,Point3D) Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class > IsInFrustum Method : IsInFrustum(PlaneEquation[],Point3D,Point3D) Method
Frustum planes
Min bounding box 3D point
Max bounding box 3D point
Tells if a hypothetical sphere with the specified center and radius is inside the given frustum planes.
Syntax
'Declaration
 
Public Overloads Shared Function IsInFrustum( _
   ByVal frustum() As PlaneEquation, _
   ByVal min As Point3D, _
   ByVal max As Point3D _
) As Boolean
public static bool IsInFrustum( 
   PlaneEquation[] frustum,
   Point3D min,
   Point3D max
)

Parameters

frustum
Frustum planes
min
Min bounding box 3D point
max
Max bounding box 3D point

Return Value

True if the hypothetical sphere is inside the planes.
See Also

Reference

Utility Class
Utility Members
Overload List