Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Box2DX
Collision
Manifold
C# Class Box2DX.Collision.Manifold
Show file
Open project: danielpcox/Crisis-at-Swiss-Station
Class Usage Examples
Public Properties
Property
Type
Description
Normal
Box2DX.Common.Vec2
PointCount
int
Points
Box2DX.Collision.ManifoldPoint[]
Public Methods
Method
Description
Clone
( ) :
Manifold
Manifold
( ) :
System
Method Details
Clone()
public
method
public
Clone
( ) :
Manifold
return
Manifold
Manifold()
public
method
public
Manifold
( ) :
System
return
System
Property Details
Normal
public property
The shared unit normal vector.
public
Vec2,Box2DX.Common
Normal
return
Box2DX.Common.Vec2
PointCount
public property
The number of manifold points.
public
int
PointCount
return
int
Points
public property
The points of contact.
public
ManifoldPoint[],Box2DX.Collision
Points
return
Box2DX.Collision.ManifoldPoint[]