public class GIM_TRIANGLE_CONTACT_DATA extends BulletBase
className| Constructor and Description |
|---|
GIM_TRIANGLE_CONTACT_DATA() |
GIM_TRIANGLE_CONTACT_DATA(GIM_TRIANGLE_CONTACT_DATA other) |
GIM_TRIANGLE_CONTACT_DATA(long cPtr,
boolean cMemoryOwn)
Construct a new GIM_TRIANGLE_CONTACT_DATA, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy_from(GIM_TRIANGLE_CONTACT_DATA other) |
static long |
getCPtr(GIM_TRIANGLE_CONTACT_DATA obj) |
float |
getPenetration_depth() |
long |
getPoint_count() |
btVector3 |
getPoints() |
btVector4 |
getSeparating_normal() |
void |
merge_points(btVector4 plane,
float margin,
btVector3 points,
long point_count) |
void |
setPenetration_depth(float value) |
void |
setPoint_count(long value) |
void |
setPoints(btVector3 value) |
void |
setSeparating_normal(btVector4 value) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic GIM_TRIANGLE_CONTACT_DATA(long cPtr,
boolean cMemoryOwn)
public GIM_TRIANGLE_CONTACT_DATA()
public GIM_TRIANGLE_CONTACT_DATA(GIM_TRIANGLE_CONTACT_DATA other)
public static long getCPtr(GIM_TRIANGLE_CONTACT_DATA obj)
public void setPenetration_depth(float value)
public float getPenetration_depth()
public void setPoint_count(long value)
public long getPoint_count()
public void setSeparating_normal(btVector4 value)
public btVector4 getSeparating_normal()
public void setPoints(btVector3 value)
public btVector3 getPoints()
public void copy_from(GIM_TRIANGLE_CONTACT_DATA other)
Copyright © 2021. All rights reserved.