Class: CollisionInfo
CollisionInfo contains specific collision information, calculated by a CollisionAlgorithm.
Table of contents
Constructors
Properties
Constructors
constructor
+ new CollisionInfo(a: IShape, b: IShape): CollisionInfo
Parameters:
| Name | Type |
|---|---|
a |
IShape |
b |
IShape |
Returns: CollisionInfo
Properties
a
• a: IShape
b
• b: IShape