Octant.IsPointInside Method

Checks if a point is inside the BoundingBox of the current node.
Public Function IsPointInside( _ 
ByVal point As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool IsPointInside( 
Point3D point 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

Return Value

bool

True if it's inside or onto the boundary of the BoundingBox, false otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition