Click or drag to resize

PlaneGetSide(Vector3, Vector3) Method

Returns side of the plane that the given box lies on. The box is defined as centre/half-size pairs for effectively.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public PlaneSide GetSide(
	ref Vector3 boundsCenter,
	ref Vector3 boundsHalfSize
)

Parameters

boundsCenter  Vector3
The box center.
boundsHalfSize  Vector3
The box extents.

Return Value

PlaneSide
The resulting side.
See Also