Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Box2D
Collision
Distance.SimplexCache
C# Class Box2D.Collision.Distance.SimplexCache
Used to warm start Distance. Set count to zero on first call.
显示文件
Open project: gerich-home/box2dnet
Class Usage Examples
Public Properties
Property
Type
Description
Count
int
IndexA
int[]
IndexB
int[]
Metric
float
Public Methods
Method
Description
Set
(
SimplexCache
sc
) :
void
SimplexCache
( ) :
System
Method Details
Set()
public
method
public
Set
(
SimplexCache
sc
) :
void
sc
SimplexCache
return
void
SimplexCache()
public
method
public
SimplexCache
( ) :
System
return
System
Property Details
Count
public_oe property
public
int
Count
return
int
IndexA
public_oe property
vertices on shape A
public
int[]
IndexA
return
int[]
IndexB
public_oe property
vertices on shape B
public
int[]
IndexB
return
int[]
Metric
public_oe property
length or area
public
float
Metric
return
float