public static class btSparseSdf3.Cell extends BulletBase
className| Constructor and Description |
|---|
Cell() |
Cell(long cPtr,
boolean cMemoryOwn)
Construct a new Cell, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getC() |
static long |
getCPtr(btSparseSdf3.Cell obj) |
SWIGTYPE_p_a_3_1__a_3_1__float |
getD() |
long |
getHash() |
btSparseSdf3.Cell |
getNext() |
btCollisionShape |
getPclient() |
int |
getPuid() |
void |
setC(int[] value) |
void |
setD(SWIGTYPE_p_a_3_1__a_3_1__float value) |
void |
setHash(long value) |
void |
setNext(btSparseSdf3.Cell value) |
void |
setPclient(btCollisionShape value) |
void |
setPuid(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic Cell(long cPtr,
boolean cMemoryOwn)
public Cell()
public static long getCPtr(btSparseSdf3.Cell obj)
public void setD(SWIGTYPE_p_a_3_1__a_3_1__float value)
public SWIGTYPE_p_a_3_1__a_3_1__float getD()
public void setC(int[] value)
public int[] getC()
public void setPuid(int value)
public int getPuid()
public void setHash(long value)
public long getHash()
public void setPclient(btCollisionShape value)
public btCollisionShape getPclient()
public void setNext(btSparseSdf3.Cell value)
public btSparseSdf3.Cell getNext()
Copyright © 2021. All rights reserved.