Click or drag to resize

PlaneFGetSide Method (Vector3F, Vector3F)

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

Parameters

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

Return Value

Type: PlaneFSide
The resulting side.
See Also