API Documentation for:
Show:

addBox2D Class

Defined in: addBox2D:17
Module: addBox2D

Static class holding library specific information such as the version and buildDate of the library.

Item Index

Methods

Properties

Methods

fREE

(
  • mem
)
Void public static

Provided by the Rope module.

Defined in fREE:174

If you implement MALLOC, you should also implement FREE.

Parameters:

  • mem

Returns:

Void:

mALLOC

(
  • size
)
public static

Provided by the Rope module.

Defined in mALLOC:155

Implement this function to use your own memory allocator. Gettin' hard core with ASM.js?

Parameters:

Returns:

:

newVector

(
  • length
  • initialize
)
Array.<> public

Provided by the Rope module.

Defined in newVector:109

Returns a 'typed array' vector. An array of instantiated objects.

Parameters:

  • length Int
  • initialize Function

    Function returning an instantiated object for each index.

Returns:

Array.<>:

newVector

(
  • length
)
Array. public

Provided by the Rope module.

Defined in newVector:136

Returns a 'typed array' vector of Numbers.

Parameters:

  • length Int

Returns:

Array.:

parseUInt

(
  • number
)
Int public

Provided by the Rope module.

Defined in parseUInt:97

Converts a number to an unsigned integer.

Parameters:

Returns:

Int:

unsigned integer

Properties

buildDate

String static

Defined in buildDate:24

The build date for this release in UTC format.

version

String static

Defined in version:32

The version string for this release.