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
Manifold
C# Class Box2DX.Collision.Manifold
Afficher le fichier
Open project: danielpcox/Crisis-at-Swiss-Station
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Normal
Box2DX.Common.Vec2
PointCount
int
Points
Box2DX.Collision.ManifoldPoint[]
Méthodes publiques
Méthode
Description
Clone
( ) :
Manifold
Manifold
( ) :
System
Method Details
Clone()
public
méthode
public
Clone
( ) :
Manifold
Résultat
Manifold
Manifold()
public
méthode
public
Manifold
( ) :
System
Résultat
System
Property Details
Normal
public_oe property
The shared unit normal vector.
public
Vec2,Box2DX.Common
Normal
Résultat
Box2DX.Common.Vec2
PointCount
public_oe property
The number of manifold points.
public
int
PointCount
Résultat
int
Points
public_oe property
The points of contact.
public
ManifoldPoint[],Box2DX.Collision
Points
Résultat
Box2DX.Collision.ManifoldPoint[]