public class btConvexPolyhedron extends BulletBase
className| Constructor and Description |
|---|
btConvexPolyhedron() |
btConvexPolyhedron(long cPtr,
boolean cMemoryOwn)
Construct a new btConvexPolyhedron, normally you should not need this constructor it's intended for low-level usage.
|
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btConvexPolyhedron(long cPtr,
boolean cMemoryOwn)
public btConvexPolyhedron()
public static long getCPtr(btConvexPolyhedron obj)
public long operatorNew(long sizeInBytes)
public void operatorDelete(long ptr)
public long operatorNew(long arg0,
long ptr)
public void operatorDelete(long arg0,
long arg1)
public long operatorNewArray(long sizeInBytes)
public void operatorDeleteArray(long ptr)
public long operatorNewArray(long arg0,
long ptr)
public void operatorDeleteArray(long arg0,
long arg1)
public void setVertices(btVector3Array value)
public btVector3Array getVertices()
public void setFaces(SWIGTYPE_p_btAlignedObjectArrayT_btFace_t value)
public SWIGTYPE_p_btAlignedObjectArrayT_btFace_t getFaces()
public void setUniqueEdges(btVector3Array value)
public btVector3Array getUniqueEdges()
public void setLocalCenter(btVector3 value)
public btVector3 getLocalCenter()
public void setExtents(btVector3 value)
public btVector3 getExtents()
public void setRadius(float value)
public float getRadius()
public void setMC(btVector3 value)
public btVector3 getMC()
public void setME(btVector3 value)
public btVector3 getME()
public void initialize()
public boolean testContainment()
public void project(Matrix4 trans, Vector3 dir, SWIGTYPE_p_float minProj, SWIGTYPE_p_float maxProj, Vector3 witnesPtMin, Vector3 witnesPtMax)
Copyright © 2021. All rights reserved.