Click or drag to resize

PlaneGetSide Method (Bounds)

Returns side of the plane that the given box lies on. The box is defined as bounds.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PlaneSide GetSide(
	ref Bounds bounds
)

Parameters

bounds
Type: NeoAxisBounds
The given bounds.

Return Value

Type: PlaneSide
The resulting side.
See Also