| Package | Description |
|---|---|
| org.bytedeco.liquidfun | |
| org.bytedeco.liquidfun.global |
| Modifier and Type | Method and Description |
|---|---|
b2CircleShape |
b2ParticleGroupDef.circleShapes()
Storage for constructed CircleShapes from an incoming vertex list
|
b2CircleShape |
b2CircleShape.getPointer(long i) |
b2CircleShape |
b2CircleShape.m_p(b2Vec2 setter) |
b2CircleShape |
b2CircleShape.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
b2ParticleGroupDef |
b2ParticleGroupDef.circleShapes(b2CircleShape setter) |
| Modifier and Type | Method and Description |
|---|---|
static void |
liquidfun.b2CollideCircles(b2Manifold manifold,
b2CircleShape circleA,
b2Transform xfA,
b2CircleShape circleB,
b2Transform xfB)
Compute the collision manifold between two circles.
|
static void |
liquidfun.b2CollideEdgeAndCircle(b2Manifold manifold,
b2EdgeShape polygonA,
b2Transform xfA,
b2CircleShape circleB,
b2Transform xfB)
Compute the collision manifold between an edge and a circle.
|
static void |
liquidfun.b2CollidePolygonAndCircle(b2Manifold manifold,
b2PolygonShape polygonA,
b2Transform xfA,
b2CircleShape circleB,
b2Transform xfB)
Compute the collision manifold between a polygon and a circle.
|
Copyright © 2021. All rights reserved.