Click or drag to resize

BoundingBox3Contains Method (BoundingBox3, BoundingBox3)

Namespace:  Clio.Utilities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static ContainmentType Contains(
	ref BoundingBox3 box1,
	ref BoundingBox3 box2
)

Parameters

box1
Type: Clio.UtilitiesBoundingBox3
box2
Type: Clio.UtilitiesBoundingBox3

Return Value

Type: ContainmentType
See Also