| Package | Description |
|---|---|
| org.bytedeco.liquidfun | |
| org.bytedeco.liquidfun.global |
| Modifier and Type | Method and Description |
|---|---|
b2EdgeShape |
b2EdgeShape.getPointer(long i) |
b2EdgeShape |
b2EdgeShape.m_hasVertex0(boolean setter) |
b2EdgeShape |
b2EdgeShape.m_hasVertex3(boolean setter) |
b2EdgeShape |
b2EdgeShape.m_vertex0(b2Vec2 setter) |
b2EdgeShape |
b2EdgeShape.m_vertex1(b2Vec2 setter) |
b2EdgeShape |
b2EdgeShape.m_vertex2(b2Vec2 setter) |
b2EdgeShape |
b2EdgeShape.m_vertex3(b2Vec2 setter) |
b2EdgeShape |
b2EdgeShape.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
void |
b2ChainShape.GetChildEdge(b2EdgeShape edge,
int index)
Get a child edge.
|
| Modifier and Type | Method and Description |
|---|---|
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.b2CollideEdgeAndPolygon(b2Manifold manifold,
b2EdgeShape edgeA,
b2Transform xfA,
b2PolygonShape circleB,
b2Transform xfB)
Compute the collision manifold between an edge and a circle.
|
Copyright © 2021. All rights reserved.