public class GIM_TRIANGLE_CONTACT extends BulletBase
className| Constructor and Description |
|---|
GIM_TRIANGLE_CONTACT() |
GIM_TRIANGLE_CONTACT(GIM_TRIANGLE_CONTACT other) |
GIM_TRIANGLE_CONTACT(long cPtr,
boolean cMemoryOwn)
Construct a new GIM_TRIANGLE_CONTACT, 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 other) |
static long |
getCPtr(GIM_TRIANGLE_CONTACT obj) |
float |
getPenetration_depth() |
int |
getPoint_count() |
btVector3 |
getPoints() |
btVector4 |
getSeparating_normal() |
void |
merge_points(btVector4 plane,
float margin,
btVector3 points,
int point_count) |
void |
setPenetration_depth(float value) |
void |
setPoint_count(int 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(long cPtr,
boolean cMemoryOwn)
public GIM_TRIANGLE_CONTACT()
public GIM_TRIANGLE_CONTACT(GIM_TRIANGLE_CONTACT other)
public static long getCPtr(GIM_TRIANGLE_CONTACT obj)
public void setPenetration_depth(float value)
public float getPenetration_depth()
public void setPoint_count(int value)
public int 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 other)
Copyright © 2021. All rights reserved.