Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
FarseerPhysics
Collision
SimplexVertex
C# Class FarseerPhysics.Collision.SimplexVertex
Mostra file
Open project: prime31/Nez
Class Usage Examples
Public Properties
Property
Type
Description
A
float
IndexA
int
IndexB
int
W
Vector2
WA
Vector2
WB
Vector2
Property Details
A
public_oe property
Barycentric coordinate for closest point
public
float
A
return
float
IndexA
public_oe property
wA index
public
int
IndexA
return
int
IndexB
public_oe property
wB index
public
int
IndexB
return
int
W
public_oe property
wB - wA
public
Vector2
W
return
Vector2
WA
public_oe property
Support point in proxyA
public
Vector2
WA
return
Vector2
WB
public_oe property
Support point in proxyB
public
Vector2
WB
return
Vector2