Click or drag to resize

BoundsFIntersection Method (BoundsF, BoundsF)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Intersection(
	ref BoundsF v,
	out BoundsF result
)

Parameters

v
Type: NeoAxisBoundsF
result
Type: NeoAxisBoundsF
See Also