UNPKG

@dimforge/rapier3d

Version:

3-dimensional physics engine in Rust - official JS bindings.

9 lines (8 loc) 272 B
export declare function version(): string; export declare function reserveMemory(extraBytesCount: number): void; export * from "./math"; export * from "./dynamics"; export * from "./geometry"; export * from "./pipeline"; export * from "./init"; export * from "./control";