Click or drag to resize

AxisAlignedBoundingBoxUnion Method (AxisAlignedBoundingBox, Vector3)

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static AxisAlignedBoundingBox Union(
	AxisAlignedBoundingBox bounds,
	Vector3 vertex
)

Parameters

bounds
Type: Internal.Net3dBoolAxisAlignedBoundingBox
vertex
Type: Internal.Net3dBoolVector3

Return Value

Type: AxisAlignedBoundingBox
See Also