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

<default>

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition