Skip to content

Class: WorldManifold

This is used to compute the current state of a contact manifold.

Constructors

Constructor

new WorldManifold(): WorldManifold

Returns

WorldManifold

Properties

normal

normal: Vec2Value

World vector pointing from A to B


pointCount

pointCount: number = 0

The number of manifold points


points

points: Vec2Value[]

World contact point (point of intersection)


separations

separations: number[]

A negative value indicates overlap, in meters

Methods

recycle()

recycle(): void

Returns

void