| Package | Description |
|---|---|
| org.bytedeco.liquidfun |
| Modifier and Type | Method and Description |
|---|---|
b2BlockAllocator |
b2ContactManager.m_allocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
b2ContactDestroyFcn.call(b2Contact contact,
b2BlockAllocator allocator) |
b2Contact |
b2ContactCreateFcn.call(b2Fixture fixtureA,
int indexA,
b2Fixture fixtureB,
int indexB,
b2BlockAllocator allocator) |
b2Shape |
b2EdgeShape.Clone(b2BlockAllocator allocator)
Implement b2Shape.
|
b2Shape |
b2ChainShape.Clone(b2BlockAllocator allocator)
Implement b2Shape.
|
b2Shape |
b2PolygonShape.Clone(b2BlockAllocator allocator)
Implement b2Shape.
|
b2Shape |
b2CircleShape.Clone(b2BlockAllocator allocator)
Implement b2Shape.
|
b2Shape |
b2Shape.Clone(b2BlockAllocator allocator)
Clone the concrete shape using the provided allocator.
|
b2ContactManager |
b2ContactManager.m_allocator(b2BlockAllocator setter) |
Copyright © 2021. All rights reserved.