public class btDbvtNode extends BulletBase
className| Constructor and Description |
|---|
btDbvtNode() |
btDbvtNode(long cPtr,
boolean cMemoryOwn)
Construct a new btDbvtNode, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btDbvtNode |
getChild(int index) |
btDbvtNode |
getChild0() |
btDbvtNode |
getChild1() |
SWIGTYPE_p_p_btDbvtNode |
getChilds() |
static long |
getCPtr(btDbvtNode obj) |
long |
getData() |
int |
getDataAsInt() |
btBroadphaseProxy |
getDataAsProxy() |
btCollisionObject |
getDataAsProxyClientObject() |
btDbvtNode |
getParent() |
btDbvtAabbMm |
getVolume() |
static btDbvtNode |
internalTemp(long cPtr,
boolean own)
Obtains a temporary instance, used by native methods that return a btDbvtNode instance
|
boolean |
isinternal() |
boolean |
isleaf() |
void |
setChilds(SWIGTYPE_p_p_btDbvtNode value) |
void |
setData(long value) |
void |
setDataAsInt(int value) |
void |
setParent(btDbvtNode value) |
void |
setVolume(btDbvtAabbMm value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btDbvtNode(long cPtr,
boolean cMemoryOwn)
public btDbvtNode()
public static long getCPtr(btDbvtNode obj)
public static btDbvtNode internalTemp(long cPtr, boolean own)
public void setVolume(btDbvtAabbMm value)
public btDbvtAabbMm getVolume()
public void setParent(btDbvtNode value)
public btDbvtNode getParent()
public boolean isleaf()
public boolean isinternal()
public void setChilds(SWIGTYPE_p_p_btDbvtNode value)
public SWIGTYPE_p_p_btDbvtNode getChilds()
public void setData(long value)
public long getData()
public void setDataAsInt(int value)
public int getDataAsInt()
public btDbvtNode getChild(int index)
public btDbvtNode getChild0()
public btDbvtNode getChild1()
public btBroadphaseProxy getDataAsProxy()
public btCollisionObject getDataAsProxyClientObject()
Copyright © 2021. All rights reserved.