public class TriangleContact extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_TRI_CLIPPING |
float |
penetration_depth |
int |
point_count |
Vector3f[] |
points |
Vector4f |
separating_normal |
| Constructor and Description |
|---|
TriangleContact() |
TriangleContact(TriangleContact other) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy_from(TriangleContact other) |
void |
merge_points(Vector4f plane,
float margin,
ObjectArrayList<Vector3f> points,
int point_count)
Classify points that are closer.
|
void |
set(TriangleContact other) |
public static final int MAX_TRI_CLIPPING
public float penetration_depth
public int point_count
public final Vector4f separating_normal
public Vector3f[] points
public TriangleContact()
public TriangleContact(TriangleContact other)
public void set(TriangleContact other)
public void copy_from(TriangleContact other)
public void merge_points(Vector4f plane, float margin, ObjectArrayList<Vector3f> points, int point_count)