public class Intersection
extends java.lang.Object
Constructor and Description |
---|
Intersection(Point point,
com.badlogic.gdx.math.Vector3 normal,
float distance) |
Modifier and Type | Method and Description |
---|---|
float |
getDistance() |
com.badlogic.gdx.math.Vector3 |
getNormal() |
Point |
getPoint() |
public Intersection(Point point, com.badlogic.gdx.math.Vector3 normal, float distance)
point
- intersection pointnormal
- the normaldistance
- distance to point from top of mappublic com.badlogic.gdx.math.Vector3 getNormal()
public Point getPoint()
public float getDistance()