public static class Distance.SimplexCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
count |
int[] |
indexA
vertices on shape A
|
int[] |
indexB
vertices on shape B
|
float |
metric
length or area
|
Constructor and Description |
---|
SimplexCache() |
Modifier and Type | Method and Description |
---|---|
void |
set(Distance.SimplexCache sc) |
public float metric
public int count
public final int[] indexA
public final int[] indexB
public void set(Distance.SimplexCache sc)
Copyright © 2017. All Rights Reserved.