CollisionDetection2D.ComputeAccurateVolume Method

Protected Overridable Function ComputeAccurateVolume( _ 
ByVal ent1 As Entity, _ 
ByVal t1 As Transformation, _ 
ByVal ent2 As Entity, _ 
ByVal t2 As Transformation, _ 
ByRef intersectionData As List(Of Entity) _ 
) As Boolean
This language is not supported or no code example is available.
protected virtual bool ComputeAccurateVolume( 
Entity ent1
Transformation t1
Entity ent2
Transformation t2
ref List<Entity> intersectionData 
)
This language is not supported or no code example is available.

Parameters

ent1
Entity

t1
Transformation

ent2
Entity

t2
Transformation

intersectionData
List<Entity>

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition