Constructors
constructor
- new ContactPoint(point, dist, normal, impulse, friction, tangentVelocity): ContactPoint
Parameters
- point: Vec3
- dist: number
- normal: Vec3
- impulse: number
- friction: number
- tangentVelocity: Vec3
Properties
Readonly
distance
distance: number
Readonly
impulse
impulse: number
Accessors
normal
- get normal(): any
Returns any
point
- get point(): any
Returns any
tangentVelocity
- get tangentVelocity(): any
Returns any
the distance of the collision point