public static class btConvexHullComputer.Edge extends BulletBase
className| Constructor and Description |
|---|
Edge() |
Edge(long cPtr,
boolean cMemoryOwn)
Construct a new Edge, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(btConvexHullComputer.Edge obj) |
btConvexHullComputer.Edge |
getNextEdgeOfFace() |
btConvexHullComputer.Edge |
getNextEdgeOfVertex() |
btConvexHullComputer.Edge |
getReverseEdge() |
int |
getSourceVertex() |
int |
getTargetVertex() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic Edge(long cPtr,
boolean cMemoryOwn)
public Edge()
public static long getCPtr(btConvexHullComputer.Edge obj)
public int getSourceVertex()
public int getTargetVertex()
public btConvexHullComputer.Edge getNextEdgeOfVertex()
public btConvexHullComputer.Edge getNextEdgeOfFace()
public btConvexHullComputer.Edge getReverseEdge()
Copyright © 2021. All rights reserved.