Click or drag to resize

PlaneGetSide Method (Vector3, Vector3)

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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public PlaneSide GetSide(
	Vector3 boundsCenter,
	Vector3 boundsHalfSize
)

Parameters

boundsCenter
Type: NeoAxisVector3
The box center.
boundsHalfSize
Type: NeoAxisVector3
The box extents.

Return Value

Type: PlaneSide
The resulting side.
See Also