public static class ConvexH.HalfEdge extends BulletBase
className| Constructor and Description |
|---|
HalfEdge() |
HalfEdge(long cPtr,
boolean cMemoryOwn)
Construct a new HalfEdge, normally you should not need this constructor it's intended for low-level usage.
|
HalfEdge(short _ea,
short _v,
short _p) |
| Modifier and Type | Method and Description |
|---|---|
static long |
getCPtr(ConvexH.HalfEdge obj) |
short |
getEa() |
short |
getP() |
short |
getV() |
void |
setEa(short value) |
void |
setP(short value) |
void |
setV(short value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic HalfEdge(long cPtr,
boolean cMemoryOwn)
public HalfEdge()
public HalfEdge(short _ea,
short _v,
short _p)
public static long getCPtr(ConvexH.HalfEdge obj)
public void setEa(short value)
public short getEa()
public void setV(short value)
public short getV()
public void setP(short value)
public short getP()
Copyright © 2021. All rights reserved.