Options
All
  • Public
  • Public/Protected
  • All
Menu

Class b2Manifold

Hierarchy

  • b2Manifold

Index

Properties

Readonly localNormal

localNormal: b2Vec2 = new b2Vec2()

Readonly localPoint

localPoint: b2Vec2 = new b2Vec2()

pointCount

pointCount: number = 0

Readonly points

points: b2ManifoldPoint[] = b2ManifoldPoint.MakeArray(b2_maxManifoldPoints)

type

type: b2ManifoldType = b2ManifoldType.e_unknown

Methods

Clone

  • Returns b2Manifold

Copy

  • Parameters

    Returns b2Manifold

Reset

  • Reset(): void
  • Returns void

Generated using TypeDoc