public class DistanceOutput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
distance |
int |
iterations
number of gjk iterations used
|
Vec2 |
pointA
Closest point on shapeA
|
Vec2 |
pointB
Closest point on shapeB
|
Constructor and Description |
---|
DistanceOutput() |
Copyright © 2017. All Rights Reserved.