Click or drag to resize

QuantizedSpaceIntersect Method (QuantizedSpace)

[Missing <summary> documentation for "M:Demo3D.Visuals.QuantizedSpace.Intersect(Demo3D.Visuals.QuantizedSpace)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public IEnumerable<KeyValuePair<CollisionProxy, CollisionProxy>> Intersect(
	QuantizedSpace otherSpace
)

Parameters

otherSpace
Type: Demo3D.VisualsQuantizedSpace

[Missing <param name="otherSpace"/> documentation for "M:Demo3D.Visuals.QuantizedSpace.Intersect(Demo3D.Visuals.QuantizedSpace)"]

Return Value

Type: IEnumerableKeyValuePairCollisionProxy, CollisionProxy

[Missing <returns> documentation for "M:Demo3D.Visuals.QuantizedSpace.Intersect(Demo3D.Visuals.QuantizedSpace)"]

See Also