Options
All
  • Public
  • Public/Protected
  • All
Menu

Module dynamics

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

b2QueryCallbackFunction

b2QueryCallbackFunction: (fixture: b2Fixture) => boolean

Type declaration

b2RayCastCallbackFunction

b2RayCastCallbackFunction: (fixture: b2Fixture, point: b2Vec2, normal: b2Vec2, fraction: number) => number

Type declaration

Variables

Const b2_minPulleyLength

b2_minPulleyLength: number = 2

Let g_blockSolve

g_blockSolve: boolean = false

Functions

b2MixFriction

  • b2MixFriction(friction1: number, friction2: number): number
  • Parameters

    • friction1: number
    • friction2: number

    Returns number

b2MixRestitution

  • b2MixRestitution(restitution1: number, restitution2: number): number
  • Parameters

    • restitution1: number
    • restitution2: number

    Returns number

Generated using TypeDoc