Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Box2DX
Collision
ManifoldPoint
C# Class Box2DX.Collision.ManifoldPoint
Afficher le fichier
Open project: danielpcox/Crisis-at-Swiss-Station
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
ID
ContactID
LocalPoint1
Box2DX.Common.Vec2
LocalPoint2
Box2DX.Common.Vec2
NormalImpulse
float
Separation
float
TangentImpulse
float
Méthodes publiques
Méthode
Description
Clone
( ) :
ManifoldPoint
Method Details
Clone()
public
méthode
public
Clone
( ) :
ManifoldPoint
Résultat
ManifoldPoint
Property Details
ID
public_oe property
Uniquely identifies a contact point between two shapes.
public
ContactID,Box2DX.Collision
ID
Résultat
ContactID
LocalPoint1
public_oe property
Local position of the contact point in body1.
public
Vec2,Box2DX.Common
LocalPoint1
Résultat
Box2DX.Common.Vec2
LocalPoint2
public_oe property
Local position of the contact point in body2.
public
Vec2,Box2DX.Common
LocalPoint2
Résultat
Box2DX.Common.Vec2
NormalImpulse
public_oe property
The non-penetration impulse.
public
float
NormalImpulse
Résultat
float
Separation
public_oe property
The separation of the shapes along the normal vector.
public
float
Separation
Résultat
float
TangentImpulse
public_oe property
The friction impulse.
public
float
TangentImpulse
Résultat
float