Click or drag to resize

PlaneFGetSide(Vector3F, Vector3F) 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 PlaneFSide GetSide(
	Vector3F boundsCenter,
	Vector3F boundsHalfSize
)

Parameters

boundsCenter  Vector3F
The box center.
boundsHalfSize  Vector3F
The box extents.

Return Value

PlaneFSide
The resulting side.
See Also