public class btOptimizedBvhNodeDoubleData extends BulletBase
className| Constructor and Description |
|---|
btOptimizedBvhNodeDoubleData() |
btOptimizedBvhNodeDoubleData(long cPtr,
boolean cMemoryOwn)
Construct a new btOptimizedBvhNodeDoubleData, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
btVector3DoubleData |
getAabbMaxOrg() |
btVector3DoubleData |
getAabbMinOrg() |
static long |
getCPtr(btOptimizedBvhNodeDoubleData obj) |
int |
getEscapeIndex() |
String |
getPad() |
int |
getSubPart() |
int |
getTriangleIndex() |
void |
setAabbMaxOrg(btVector3DoubleData value) |
void |
setAabbMinOrg(btVector3DoubleData value) |
void |
setEscapeIndex(int value) |
void |
setPad(String value) |
void |
setSubPart(int value) |
void |
setTriangleIndex(int value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btOptimizedBvhNodeDoubleData(long cPtr,
boolean cMemoryOwn)
public btOptimizedBvhNodeDoubleData()
public static long getCPtr(btOptimizedBvhNodeDoubleData obj)
public void setAabbMinOrg(btVector3DoubleData value)
public btVector3DoubleData getAabbMinOrg()
public void setAabbMaxOrg(btVector3DoubleData value)
public btVector3DoubleData getAabbMaxOrg()
public void setEscapeIndex(int value)
public int getEscapeIndex()
public void setSubPart(int value)
public int getSubPart()
public void setTriangleIndex(int value)
public int getTriangleIndex()
public void setPad(String value)
public String getPad()
Copyright © 2021. All rights reserved.