Package com.badlogic.gdx.math
Class Intersector.MinimumTranslationVector
- java.lang.Object
-
- com.badlogic.gdx.math.Intersector.MinimumTranslationVector
-
- Enclosing class:
- Intersector
public static class Intersector.MinimumTranslationVector extends java.lang.ObjectMinimum translation required to separate two polygons.
-
-
Constructor Summary
Constructors Constructor Description MinimumTranslationVector()
-
-
-
Field Detail
-
normal
public Vector2 normal
Unit length vector that indicates the direction for the separation
-
depth
public float depth
Distance of the translation required for the separation
-
-