public class btTriangleInfoMap extends btHashMapInternalShortBtHashIntBtTriangleInfo
className| Constructor and Description |
|---|
btTriangleInfoMap() |
btTriangleInfoMap(long cPtr,
boolean cMemoryOwn)
Construct a new btTriangleInfoMap, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
int |
calculateSerializeBufferSize() |
void |
deSerialize(btTriangleInfoMapData data) |
float |
getConvexEpsilon() |
static long |
getCPtr(btTriangleInfoMap obj) |
float |
getEdgeDistanceThreshold() |
float |
getEqualVertexThreshold() |
float |
getMaxEdgeAngleThreshold() |
float |
getPlanarEpsilon() |
float |
getZeroAreaThreshold() |
String |
serialize(long dataBuffer,
btSerializer serializer) |
void |
setConvexEpsilon(float value) |
void |
setEdgeDistanceThreshold(float value) |
void |
setEqualVertexThreshold(float value) |
void |
setMaxEdgeAngleThreshold(float value) |
void |
setPlanarEpsilon(float value) |
void |
setZeroAreaThreshold(float value) |
clear, find, findConst, findIndex, getAtIndex, getAtIndexConst, getCPtr, getKeyAtIndex, getKeyAtIndexConst, insert, operatorSubscript, operatorSubscriptConst, remove, sizedispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btTriangleInfoMap(long cPtr,
boolean cMemoryOwn)
public btTriangleInfoMap()
public static long getCPtr(btTriangleInfoMap obj)
public void setConvexEpsilon(float value)
public float getConvexEpsilon()
public void setPlanarEpsilon(float value)
public float getPlanarEpsilon()
public void setEqualVertexThreshold(float value)
public float getEqualVertexThreshold()
public void setEdgeDistanceThreshold(float value)
public float getEdgeDistanceThreshold()
public void setMaxEdgeAngleThreshold(float value)
public float getMaxEdgeAngleThreshold()
public void setZeroAreaThreshold(float value)
public float getZeroAreaThreshold()
public int calculateSerializeBufferSize()
public String serialize(long dataBuffer, btSerializer serializer)
public void deSerialize(btTriangleInfoMapData data)
Copyright © 2021. All rights reserved.