Click or drag to resize

AxisAlignedBoundingBoxIntersection Method

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static AxisAlignedBoundingBox Intersection(
	AxisAlignedBoundingBox boundsA,
	AxisAlignedBoundingBox boundsB
)

Parameters

boundsA
Type: Internal.Net3dBoolAxisAlignedBoundingBox
boundsB
Type: Internal.Net3dBoolAxisAlignedBoundingBox

Return Value

Type: AxisAlignedBoundingBox
See Also